From 4b9216229c52ef29b75dfa7f25937f27e335572b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 11 Feb 2025 13:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BF=AD=E4=BB=A3=E7=89=88=E6=9C=AC=E3=80=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 769f0bed..fc8069dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,7 +40,7 @@ - + - + + +
取消 @@ -246,6 +244,7 @@ export default { openI18n(ARRAY) { this.tableData = [] this.il8nExternal = false + this.State = null this.key = null this.drawer = true let arr = [] @@ -266,6 +265,7 @@ export default { Value: item.Value, ValueCN: item.ValueCN, State: item.State, + Version: item.Version, } }) this.tableData = Object.assign([], tableData) @@ -296,6 +296,8 @@ export default { Description: null, Value: null, ValueCN: null, + State: 0, + Version: this.$version.Version, }) } })