NEZ-2716 fix: 处理alertMessage Acknowledge选项点击修改时展示选项
This commit is contained in:
@@ -289,7 +289,7 @@ export default {
|
|||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: this.$t('overall.acknowledge'),
|
name: this.$t('overall.acknowledge'),
|
||||||
type: 'selectString',
|
type: 'select',
|
||||||
label: 'ack',
|
label: 'ack',
|
||||||
readonly: true,
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
@@ -528,6 +528,25 @@ export default {
|
|||||||
},
|
},
|
||||||
jsonKey: 'val'
|
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' },
|
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' },
|
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' },
|
projectIds: { target: this.searchCheckBox, propertyName: 'projectIds', type: 'string', target2: this.selectValue, type2: 'array' },
|
||||||
|
|||||||
Reference in New Issue
Block a user