From 94de1745b4b69eeeb1ac8c5d3508ce87258afc25 Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期四, 16 十一月 2023 09:22:06 +0800
Subject: [PATCH] 库存管理

---
 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