From fc977a59bfa1b0c2d086a9233d66149acd641dbb Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期日, 20 九月 2026 00:30:48 +0800
Subject: [PATCH] fix: 质检隐藏附件
---
src/views/qualityManagement/processInspection/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index 8dc5948..e78c8ec 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -174,13 +174,13 @@
openForm("view", row);
},
},
- {
- name: "闄勪欢",
- type: "text",
- clickFun: row => {
- openFilesFormDia(row);
- },
- },
+ // {
+ // name: "闄勪欢",
+ // type: "text",
+ // clickFun: row => {
+ // openFilesFormDia(row);
+ // },
+ // },
{
name: "鎻愪氦",
type: "text",
--
Gitblit v1.9.3