From 3f69b4dfc585c4dfbc3c07a6acf5cdd838033636 Mon Sep 17 00:00:00 2001
From: liuguocan <527956374@qq.com>
Date: 星期二, 28 十一月 2023 14:45:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 admin-web/src/views/stock/inventorycount/inventorytask/index.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/admin-web/src/views/stock/inventorycount/inventorytask/index.vue b/admin-web/src/views/stock/inventorycount/inventorytask/index.vue
index 4e02bcb..28cfe68 100644
--- a/admin-web/src/views/stock/inventorycount/inventorytask/index.vue
+++ b/admin-web/src/views/stock/inventorycount/inventorytask/index.vue
@@ -162,11 +162,11 @@
         },
         // 鍒椾俊鎭�
         columns: [
-          { title: '鐩樼偣鍗曞彿', field: 'businessFormCode', align: 'left' },
-          { title: '浠诲姟鍚嶇О', field: 'businessFormName', align: 'left' },
-          { title: '鐩樼偣浠撳簱', field: 'warehouseName', align: 'left' },
-          { title: '鐩樼偣浜�', field: 'operatorName', align: 'left' },
-          { title: '鐩戠洏浜�', field: 'operatorName2', align: 'left' },
+          { title: '鐩樼偣鍗曞彿', field: 'businessFormCode', align: 'center', width: 130 },
+          { title: '浠诲姟鍚嶇О', field: 'businessFormName', align: 'left', minWidth: 140 },
+          { title: '鐩樼偣浠撳簱', field: 'warehouseName', align: 'left', minWidth: 130  },
+          { title: '鐩樼偣浜�', field: 'operatorName', align: 'center', width: 120  },
+          { title: '鐩戠洏浜�', field: 'operatorName2', align: 'center', width: 120  },
           {
             title: '鐩樼偣鏃堕棿',
             field: 'inventoryDate',
@@ -188,7 +188,8 @@
           {
             title: '鐘舵��',
             field: 'states',
-            align: 'left',
+            align: 'center',
+            width: 90,
             type: 'primary',
             formatter: (row) => {
               return {
@@ -263,7 +264,7 @@
               },
             },
             {
-              title: '鐢熶骇鐩樼偣琛�',
+              title: '鐢熸垚鐩樼偣琛�',
               type: 'primary',
               hidden: (row) => {
                 if (row.states != 2) {

--
Gitblit v1.9.1