NEZ-3446 feat: datacenter 列表页面增加 description 列
This commit is contained in:
@@ -576,6 +576,20 @@ export default {
|
|||||||
val: ''
|
val: ''
|
||||||
},
|
},
|
||||||
jsonKey: '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') {
|
} else if (path === 'i18n') {
|
||||||
|
|||||||
@@ -217,6 +217,11 @@ export default {
|
|||||||
show: true,
|
show: true,
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
sortable: 'custom'
|
sortable: 'custom'
|
||||||
|
}, {
|
||||||
|
label: this.$t('overall.remark'),
|
||||||
|
prop: 'remark',
|
||||||
|
minWidth: 200,
|
||||||
|
show: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -237,6 +237,12 @@ export default {
|
|||||||
label: 'dcState',
|
label: 'dcState',
|
||||||
readonly: true,
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: this.$t('overall.remark'),
|
||||||
|
type: 'input',
|
||||||
|
label: 'remark',
|
||||||
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user