From 0deffcf086c01690773682b5c4e461386ab059e9 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 26 六月 2024 14:43:58 +0800
Subject: [PATCH] 提交

---
 代码管理/PCS/WCS_Client/src/views/widesea_wcs/wcs/VV_Dispatch.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/widesea_wcs/wcs/VV_Dispatch.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/widesea_wcs/wcs/VV_Dispatch.vue"
index 36c5c96..a176ece 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/widesea_wcs/wcs/VV_Dispatch.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/views/widesea_wcs/wcs/VV_Dispatch.vue"
@@ -73,7 +73,7 @@
         { field: 'ClassName', title: '璋冨害绫诲瀷', type: 'string', width: 120, require: true, align: 'left' },
         { field: 'IntervalSecond', title: '璋冨害鏃堕棿(s)', type: 'int', width: 110, require: true, align: 'left' },
         { field: 'Remark', title: '鎻忚堪', type: 'string', width: 220, align: 'left' },
-        { field: 'Enable', title: '鏄惁鍚敤', bind: { key: 'EqStatus' }, type: 'string', width: 110, require: true, align: 'left' },
+        { field: 'Enable', title: '鏄惁鍚敤',hidden: true, bind: { key: 'EqStatus' }, type: 'string', width: 110, require: true, align: 'left' },
         { field: 'IsRun', title: '杩愯鐘舵��', type: 'string', width: 110, require: true, align: 'left' },
         ]);
         const detail = ref({

--
Gitblit v1.9.3