From 20c30d26f8bab22a4cb6b6459962fa92d6da490f Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期一, 27 十一月 2023 14:20:29 +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