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)