From 6c663b92b0078aa89657df22ec188dff65599f04 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 21 十月 2025 17:24:38 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
index ddf3a92..c5ae6c1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
@@ -69,9 +69,9 @@
             { field: 'texture', title: '鏉愯川', type: 'string', width: 180, align: 'left' },
             {field: 'quantity', title: '鏁伴噺', type: 'string', width: 90, align: 'left' },
             {field: 'orderStatus', title: '璁㈠崟鐘舵��', type: 'string', width: 90, align: 'left' },
-           { field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 180, align: 'left' },
+           { field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 120, align: 'left' },
            { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
-           { field: 'modifier', title: '淇敼浜�', type: 'string', width: 180, align: 'left' },
+           { field: 'modifier', title: '淇敼浜�', type: 'string', width: 120, align: 'left' },
         { field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
     ]);
         const detail = ref({

--
Gitblit v1.9.3