NEZ-2716 fix: 处理alertMessage Acknowledge选项点击修改时展示选项

This commit is contained in:
zhangyu
2023-03-20 14:50:07 +08:00
parent b9ac387b6c
commit adc020a54f

View File

@@ -289,7 +289,7 @@ export default {
disabled: false
}, {
name: this.$t('overall.acknowledge'),
type: 'selectString',
type: 'select',
label: 'ack',
readonly: true,
disabled: false
@@ -528,6 +528,25 @@ export default {
},
jsonKey: 'val'
},
ack: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'acknowledge',
type: 'string',
defaultJson: {
id: 4,
label: 'ack',
name: this.$t('overall.acknowledge'),
val: '',
valnum: '',
valString: '',
listStr: 'ack',
type: 'select',
readonly: true,
disabled: false
},
jsonKey: 'valnum'
},
dcIds: { target: this.searchCheckBox, propertyName: 'dcIds', type: 'string', target2: this.selectValue, type2: 'array' },
moduleIds: { target: this.searchCheckBox, propertyName: 'moduleIds', type: 'string', target2: this.selectValue, type2: 'array' },
projectIds: { target: this.searchCheckBox, propertyName: 'projectIds', type: 'string', target2: this.selectValue, type2: 'array' },