From 501fc9805cc9f3c66a311e09a46e3aa102a72667 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 11:25:52 +0800
Subject: [PATCH] 1.南洋电缆-质量统计过程检台账有数据但是BI大屏没有数据(改成月份统计和合格率) 2.南洋电缆-再加两个统计内容:产品合格率(%)、库存周转率BI展示

---
 src/hooks/useModal.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/hooks/useModal.js b/src/hooks/useModal.js
index 12d945c..0d443a1 100644
--- a/src/hooks/useModal.js
+++ b/src/hooks/useModal.js
@@ -8,11 +8,10 @@
   const openModal = (e) => {
     id.value = e;
     modalOptions.value = {
-      title: e ? "缂栬緫璁惧鍙拌处" : "鏂板璁惧鍙拌处",
+      title: e ? `淇敼${options.title}` : `鏂板${options.title}`,
       content: "纭畾鎵ц姝ゆ搷浣滃悧锛�",
       confirmText: "纭畾",
       cancelText: "鍙栨秷",
-      ...options,
     };
     visible.value = true;
   };

--
Gitblit v1.9.3