From cbd78ef6650440fcaa2f9eb8b47d16ad76cb4d77 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 23 五月 2024 10:26:07 +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