NEZ-1378 fix: Module内容过长时鼠标悬浮提示,补充国际化

This commit is contained in:
@changcode
2021-12-02 16:42:37 +08:00
committed by chenjinsong
parent e55dbb116d
commit c1d94feea1
4 changed files with 33 additions and 20 deletions

View File

@@ -90,9 +90,9 @@ export default {
chartlList: [], // chart 列表数据
ChartSearchShowFields: [ // ChartSearch 下拉搜索表头
{ title: 'ID', data: 'id' },
{ title: this.$t('config.model.titleName'), data: 'name' },
{ title: this.$t('config.model.titleType'), data: 'type' },
{ title: this.$t('overall.remark'), data: 'remark' }
{ title: this.$t('config.model.titleName'), data: 'name', key: 'name' },
{ title: this.$t('config.model.titleType'), data: 'type', key: 'type' },
{ title: this.$t('overall.remark'), data: 'remark', key: 'remark' }
],
url: 'asset/model',
brandUrl: 'asset/brand',