From 8fd61b5b8e138b8151c644b612b92ca0fa0fe840 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期日, 04 一月 2026 09:43:16 +0800
Subject: [PATCH] 固定资产模块界面设备台账统计图表,设备列表
---
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