fix: 统一所有 description 中文国际化为 描述

This commit is contained in:
@changcode
2021-06-07 18:28:07 +08:00
parent 3dbd33949d
commit e26b8c68eb
18 changed files with 21 additions and 19 deletions

View File

@@ -127,7 +127,7 @@ export default {
prop: 'summary',
show: true
}, {
label: this.$t('alert.description'),
label: this.$t('overall.remark'),
prop: 'description',
show: true
}, {