style: 多语言翻译

This commit is contained in:
TsMask
2024-04-19 17:22:37 +08:00
parent b797055df9
commit becba4919e
3 changed files with 16 additions and 15 deletions

View File

@@ -1008,7 +1008,7 @@ onMounted(() => {
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.system.role.roleId')"
:label="t('views.system.role.createTime')"
name="createTime"
>
<span v-if="+modalState.from.createTime > 0">
@@ -1019,7 +1019,7 @@ onMounted(() => {
</a-row>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item :label="t('views.system.role.roleId')" name="roleSort">
<a-form-item :label="t('views.system.role.roleSort')" name="roleSort">
{{ modalState.from.roleSort }}
</a-form-item>
</a-col>