NEZ-3446 feat: datacenter 列表页面增加 description 列
This commit is contained in:
@@ -576,6 +576,20 @@ export default {
|
||||
val: ''
|
||||
},
|
||||
jsonKey: 'val'
|
||||
},
|
||||
remark: {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'remark',
|
||||
type: 'string',
|
||||
defaultJson: {
|
||||
disabled: false,
|
||||
label: 'remark',
|
||||
name: this.$t('overall.remark'),
|
||||
type: 'input',
|
||||
val: ''
|
||||
},
|
||||
jsonKey: 'val'
|
||||
}
|
||||
}
|
||||
} else if (path === 'i18n') {
|
||||
|
||||
Reference in New Issue
Block a user