subscriber 基本信息中实体类型名称国际化

This commit is contained in:
hyx
2023-12-08 09:49:21 +08:00
parent bca51683e5
commit 742cf5d6f2

View File

@@ -108,7 +108,7 @@ export default {
break
}
case ('subscriber'): {
entityTypeName = 'SUBSCRIBER'
entityTypeName = this.$t('entity.subscriberId')
break
}
default: