From 8130823e7e4c36e1c10705c734b0b60b5f193958 Mon Sep 17 00:00:00 2001 From: zhy <luhan1008611> Date: 星期三, 25 十月 2023 17:30:36 +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