From 3f2a339cbad3512f6b3df146ef291ab5c566a036 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 13 Jan 2025 11:49:16 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 68 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 61 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index a3fcdc21..35291ad6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,12 +23,38 @@ > i18n - -
- - + +
+ + + + + + +
@@ -53,7 +79,7 @@ - + - + + + +
取消 @@ -111,6 +158,7 @@ export default { key: null, arr: [], il8nExternal: false, + State: null, } }, mounted() { @@ -147,6 +195,11 @@ export default { // }, // }, methods: { + handleStateChange() { + this.tableData.forEach((item) => { + item.State = this.State + }) + }, changeValue(target, attr, e) { this.$set(target, attr, e) }, @@ -212,6 +265,7 @@ export default { Module: item.Module, Value: item.Value, ValueCN: item.ValueCN, + State: item.State, } }) this.tableData = Object.assign([], tableData) From 7ff0273c2900588c46b18008b23564b00d234457 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 13 Jan 2025 13:44:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E8=BE=85=E5=8A=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/list/index.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/system/user/list/index.vue b/src/views/system/user/list/index.vue index d963d16d..9583a02f 100644 --- a/src/views/system/user/list/index.vue +++ b/src/views/system/user/list/index.vue @@ -27,11 +27,26 @@