From fc75e635053cca86fc01ad14aaf6b0555e920b2a Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 16 一月 2026 11:15:17 +0800
Subject: [PATCH] fix: 字段每件数量/支改成每盒数量/支
---
src/views/equipmentManagement/calibration/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/equipmentManagement/calibration/index.vue b/src/views/equipmentManagement/calibration/index.vue
index affce9d..7dfd405 100644
--- a/src/views/equipmentManagement/calibration/index.vue
+++ b/src/views/equipmentManagement/calibration/index.vue
@@ -142,6 +142,9 @@
type: "text",
clickFun: (row) => {
openCalibrationDia("edit", row);
+ },
+ disabled: (row) => {
+ return row.userId !== userStore.id
}
},
],
--
Gitblit v1.9.3