From 75e6cea5f1390668ecaa1fb55150862204ad33be Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 30 五月 2024 09:46:53 +0800
Subject: [PATCH] 提交

---
 north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
index 670ecc2..cc9e236 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
@@ -235,9 +235,9 @@
   },
   //琛ㄥご鍙傛暟
   columns:[
-    {type:'expand',slots: { content:'content' },width: 60},
-    {title: t('basicData.operate'), width: 150, slots: { default: 'button_slot' }},
-    {type: 'seq', title: t('basicData.Number'), width: 80 },
+    {type:'expand',slots: { content:'content' },width: 60,fixed:"left"},
+    {title: t('basicData.operate'), width: 150, slots: { default: 'button_slot' },fixed:"left"},
+    {type: 'seq', title: t('basicData.Number'), width: 80},
 
     {field: 'deliveryState',title: t('basicData.review'), width: 40, slots: { default: 'state' }},
     {field: 'stockState',title: t('productStock.outbound'), width: 40, slots: { default: 'state' }},

--
Gitblit v1.8.0