修改高级搜索的传参
This commit is contained in:
@@ -699,4 +699,6 @@ module.exports = {
|
||||
regulatoryTaskConfirmation:'Regulatory task confirmation',
|
||||
certificationStart:'Certification start',
|
||||
certificationEnd:'Certification end',
|
||||
directoryName:'Directory name',
|
||||
batch:'batch',
|
||||
}
|
||||
@@ -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 是什么,都显示为字典下拉框
|
||||
|
||||
Reference in New Issue
Block a user