From 4d5bce4b27aadc1c32f1f154f2f5f2ce9a4b24bf Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 十二月 2025 14:48:52 +0800
Subject: [PATCH] 1.南洋电缆-出库时间修改

---
 src/views/equipmentManagement/calibration/index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/views/equipmentManagement/calibration/index.vue b/src/views/equipmentManagement/calibration/index.vue
index 7dfd405..affce9d 100644
--- a/src/views/equipmentManagement/calibration/index.vue
+++ b/src/views/equipmentManagement/calibration/index.vue
@@ -142,9 +142,6 @@
 				type: "text",
 				clickFun: (row) => {
 					openCalibrationDia("edit", row);
-				},
-				disabled: (row) => {
-					return row.userId !== userStore.id
 				}
 			},
 		],

--
Gitblit v1.9.3