From 1ce576b6b30fee89db5767a1b309d98c9dc2417a Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 27 Dec 2022 15:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=80=82=E7=94=A8=E5=9C=B0=E5=8C=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../parameter/ParameterTemplate/index.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/jero-web/src/views/parameter/ParameterTemplate/index.vue b/jero-web/src/views/parameter/ParameterTemplate/index.vue index e29fd17b3..5c95dfc52 100644 --- a/jero-web/src/views/parameter/ParameterTemplate/index.vue +++ b/jero-web/src/views/parameter/ParameterTemplate/index.vue @@ -3,6 +3,15 @@
+ +
+
+ {{$t('parameterTemplate')}} +
+ +
+
@@ -14,15 +23,6 @@ :triggerChange="false" :dictCode="'region'"/>
- -
-
- {{$t('parameterTemplate')}} -
- -
-
{{$t('query')}} @@ -154,13 +154,6 @@ export default { pageNo: 1, title: '新增', columns: [ - { - title: this.$t('zoneOfApplication'), - align: 'center', - width: 160, - ellipsis: true, - dataIndex: 'region_dictText', - }, { title: this.$t('parameterTemplate'), align: 'center', @@ -176,6 +169,13 @@ export default { dataIndex: 'description', // scopedSlots: { customRender: 'titleName' } }, + { + title: this.$t('zoneOfApplication'), + align: 'center', + width: 160, + ellipsis: true, + dataIndex: 'region_dictText', + }, { title: this.$t('created'), align: 'center',