fix:补充国际化 修改 表达式模板表格 首次加载的问题

This commit is contained in:
zhangyu
2021-05-12 10:59:21 +08:00
parent 6de962f6eb
commit 6cd3febd5a
8 changed files with 30 additions and 29 deletions

View File

@@ -95,31 +95,31 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.project.project'),
prop: 'name',
show: true,
minWidth: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.module.module'),
prop: 'moduleNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.endpoint.endpoint'),
prop: 'endpointNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.endpoint.alerts'),
prop: 'alertNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('overall.remark'),