NEZ-1993 feat : I18N 列表/编辑 页面增加 description

This commit is contained in:
likexuan
2022-07-01 17:34:51 +08:00
parent cc76a0fdae
commit 349610f178
2 changed files with 9 additions and 9 deletions

View File

@@ -112,13 +112,13 @@ export default {
prop: 'value',
minWidth: 150,
show: true
}, {
label: this.$t('overall.remark'),
prop: 'remark',
show: true,
minWidth: 150,
sortable: 'custom'
}
// , {
// label: this.$t('i18n.remark'),
// prop: 'remark',
// show: true,
// sortable: 'custom'
// }
]
}
}