@@ -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',