@@ -304,7 +304,7 @@
title: this.$t('correspondingStandard'),
align: 'center',
ellipsis: true,
- dataIndex: 'correspondingStandard_dictText'
+ dataIndex: 'correspondingStandardName'
},
{
title: this.$t('zoneOfApplication'),
@@ -451,18 +451,18 @@
],
selectedRowKeys: [],
isTrue: false,
- queryParamQuery:{},
+ queryParamQuery: {},
// fieldList | array |✔| 需要查询的列集合示例如下,type类型有:date/datetime/string/int/number
fieldList: [
{
- type: 'date',
+ type: '',
value: 'shi4Yong4Fan4Wei2',
text: this.$t('scopeOfApplication'),
dictCode: 'apply_scope'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
{
- type: 'date',
- value: 'status',
+ type: '',
+ value: 'state',
text: this.$t('status'),
dictCode: 'state'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
@@ -472,13 +472,13 @@
text: this.$t('correspondingStandard')
},
{
- type: 'date',
+ type: '',
value: 'region',
text: this.$t('zoneOfApplication'),
dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
{
- type: 'date',
+ type: '',
value: 'implementType',
text: this.$t('implementationCategory'),
dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
@@ -573,7 +573,7 @@
...this.queryParam,
ids: selectedRowKeys.join(',')
}
- downloadFile(this.url.exportData, '虚拟清单名称.zip', query, this.Deselect)
+ downloadFile(this.url.exportData, this.$route.query.name + '虚拟清单.zip', query, this.Deselect)
},
Deselect() {
this.selectedRowKeys = []
@@ -622,6 +622,9 @@
}
})
},
+ getPersonnelList(){
+ this.getList()
+ },
batSettingList() {
this.getList()
},
diff --git a/jero-web/src/views/parameter/components/addModel.vue b/jero-web/src/views/parameter/components/addModel.vue
new file mode 100644
index 000000000..7cbcd2b56
--- /dev/null
+++ b/jero-web/src/views/parameter/components/addModel.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+
+
+ {{$t('parameterTemplate')}}
+
+
+
+
+
+
+
+
+
+ {{$t('status')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('zoneOfApplication')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('contentDescription')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/parameter/template.vue b/jero-web/src/views/parameter/template.vue
new file mode 100644
index 000000000..bb70bffa8
--- /dev/null
+++ b/jero-web/src/views/parameter/template.vue
@@ -0,0 +1,396 @@
+
+
+
+
+
+
+
+ {{$t('zoneOfApplication')}}
+
+
+
+
+
+
+
+ {{$t('parameterTemplate')}}
+
+
+
+
+
+
+
+
+ {{$t('status')}}
+
+
+
+
+
+
+ {{$t('query')}}
+ {{$t('reset')}}
+
+
+
+
+
+
+
+
+
+ {{$t('BatchDelete')}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/projectManagement/components/ProjectDetails.vue b/jero-web/src/views/projectManagement/components/ProjectDetails.vue
index 691f6fd63..acca2d371 100644
--- a/jero-web/src/views/projectManagement/components/ProjectDetails.vue
+++ b/jero-web/src/views/projectManagement/components/ProjectDetails.vue
@@ -84,71 +84,23 @@
{{$t('regulatoryCertificationTaskPlan')}}