修改高级搜索的传参

This commit is contained in:
qq787203167
2022-04-21 16:26:22 +08:00
parent e009689622
commit 0e7a4538b0
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -699,4 +699,6 @@ module.exports = {
regulatoryTaskConfirmation:'Regulatory task confirmation',
certificationStart:'Certification start',
certificationEnd:'Certification end',
directoryName:'Directory name',
batch:'batch',
}
+2
View File
@@ -703,4 +703,6 @@ module.exports = {
regulatoryTaskConfirmation:'法规任务确认',
certificationStart:'认证开始',
certificationEnd:'认证结束',
directoryName:'目录名称',
batch:'批次',
}
@@ -455,13 +455,13 @@
// 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',
type: '',
value: 'status',
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 是什么,都显示为字典下拉框
@@ -519,7 +519,7 @@ export default {
text: this.$t('correspondingStandard')
},
{
type: 'date',
type: '',
value: 'implementType',
text: this.$t('implementationCategory'),
dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框