diff --git a/jero-web/src/views/documentTools/virtualList/components/addModel.vue b/jero-web/src/views/documentTools/virtualList/components/addModel.vue index c28ec7490..97be5e2e4 100644 --- a/jero-web/src/views/documentTools/virtualList/components/addModel.vue +++ b/jero-web/src/views/documentTools/virtualList/components/addModel.vue @@ -11,37 +11,37 @@
- - -
-
- {{$t('standard')}} + + +
+
+ {{$t('standard')}} +
+
- -
- - -
-
- {{$t('title')}} + + +
+
+ {{$t('title')}} +
+
- -
- - -
-
- {{$t('status')}} + + +
+
+ {{$t('status')}} +
+
- -
- - + + {{$t('reset')}} - +
@@ -121,17 +121,23 @@ ellipsis: true }, { - title: this.$t('status'), - dataIndex: 'state', - align: 'center', - ellipsis: true - }, - { - title: this.$t('technicalField'), - dataIndex: 'technology_territory', + title: this.$t('zoneOfApplication'), + dataIndex: 'region', align: 'center', ellipsis: true }, + // { + // title: this.$t('status'), + // dataIndex: 'state', + // align: 'center', + // ellipsis: true + // }, + // { + // title: this.$t('technicalField'), + // dataIndex: 'technology_territory', + // align: 'center', + // ellipsis: true + // }, { title: this.$t('ImplementationDate'), dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1', @@ -143,13 +149,13 @@ dataIndex: 'implement_time', align: 'center', ellipsis: true - }, - { - title: this.$t('correspondingStandard'), - dataIndex: 'corresponding_standard', - align: 'center', - ellipsis: true } + // { + // title: this.$t('correspondingStandard'), + // dataIndex: 'corresponding_standard', + // align: 'center', + // ellipsis: true + // } ], dataList: [], content: [], @@ -159,7 +165,7 @@ total: 0, fieldList: [], queryParamQuery: {}, - queryConditionVOList: [], + queryConditionVOList: [] } }, mounted() { @@ -201,7 +207,7 @@ pageNo: this.pageNo, pageSize: this.pageSize, ...this.queryParam, - queryConditionVOList: JSON.stringify(queryConditionVOList), + queryConditionVOList: JSON.stringify(queryConditionVOList) } this.loading = true postAction(this.url.addModelList, query).then((res) => { @@ -266,8 +272,8 @@ } else { this.$refs.globalAdvancedQueryRef.superQueryFlag = true this.queryConditionVOList = params - this.queryConditionVOList.forEach(res=>{ - res.type = matchType + this.queryConditionVOList.forEach(res => { + res.type = matchType }) } this.replacePage() diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue index b281465ef..be9fb7648 100644 --- a/jero-web/src/views/projectManagement/components/listAddModel.vue +++ b/jero-web/src/views/projectManagement/components/listAddModel.vue @@ -113,17 +113,23 @@ ellipsis: true }, { - title: this.$t('status'), - dataIndex: 'state', - align: 'center', - ellipsis: true - }, - { - title: this.$t('technicalField'), - dataIndex: 'technology_territory', + title: this.$t('zoneOfApplication'), + dataIndex: 'region', align: 'center', ellipsis: true }, + // { + // title: this.$t('status'), + // dataIndex: 'state', + // align: 'center', + // ellipsis: true + // }, + // { + // title: this.$t('technicalField'), + // dataIndex: 'technology_territory', + // align: 'center', + // ellipsis: true + // }, { title: this.$t('ImplementationDate'), dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1', @@ -136,12 +142,12 @@ align: 'center', ellipsis: true }, - { - title: this.$t('correspondingStandard'), - dataIndex: 'corresponding_standard', - align: 'center', - ellipsis: true - } + // { + // title: this.$t('correspondingStandard'), + // dataIndex: 'corresponding_standard', + // align: 'center', + // ellipsis: true + // } ], dataList: [], content: [],