feat: asset model 增加 type,sysObjectId

This commit is contained in:
@changcode
2022-03-11 14:26:14 +08:00
parent 0887af075c
commit 878207d722
4 changed files with 42 additions and 2 deletions

View File

@@ -123,6 +123,16 @@ export default {
show: true,
width: 120,
sortable: 'custom'
}, {
label: this.$t('overall.type'),
prop: 'type',
minWidth: 200,
show: true
}, {
label: this.$t('config.model.sysObjectId'),
prop: 'sysObjectId',
minWidth: 200,
show: false
}, {
label: this.$t('overall.remark'),
prop: 'remark',