From a30a15f292e24f3e93253aec6dcc41b5cc3cc420 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期二, 31 十月 2023 11:27:40 +0800
Subject: [PATCH] feat: 盘点单/进出库流水总表/库存物品详情/物品仓库保管记录 实体类

---
 admin-web/src/views/systemManger/org/index.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/admin-web/src/views/systemManger/org/index.vue b/admin-web/src/views/systemManger/org/index.vue
index b7964cd..11d81b3 100644
--- a/admin-web/src/views/systemManger/org/index.vue
+++ b/admin-web/src/views/systemManger/org/index.vue
@@ -115,6 +115,7 @@
           {title: '缂栧彿', field: 'code', align: 'center', width: '150px'},
           {title: '鏈烘瀯鍚嶇О', field: 'name', align: 'left'},
           {title: '灞傜骇', field: 'lv', align: 'center', width: '80px'},
+          {title: '椤哄簭鍙�', field: 'lv', align: 'center', width: '80px'},
           {title: '澶囨敞', field: 'summary', align: 'left', width: '150px'},
           {
             field: 'belongProvince',
@@ -155,12 +156,12 @@
                 this.showAudit(row);
               },
             },
-            {
-              title: '鍒犻櫎',
-              events: (row) => {
-                this.del(row);
-              },
-            }
+            // {
+            //   title: '鍒犻櫎',
+            //   events: (row) => {
+            //     this.del(row);
+            //   },
+            // }
           ],
         },
         paging: {

--
Gitblit v1.9.1