---新增参数配置,字典配置国家化

This commit is contained in:
lai
2023-11-11 16:31:42 +08:00
parent cca9973b28
commit 7a93768fd0
8 changed files with 582 additions and 290 deletions

View File

@@ -437,7 +437,7 @@ onMounted(() => {
<a-row :gutter="16">
<a-col :lg="6" :md="12" :xs="24">
<a-form-item
:label="t('views.system.post. positionId')"
:label="t('views.system.post.positionId')"
name="postCode"
>
<a-input
@@ -448,7 +448,7 @@ onMounted(() => {
</a-col>
<a-col :lg="6" :md="12" :xs="24">
<a-form-item
:label="t('views.system.post. positionName')"
:label="t('views.system.post.positionName')"
name="postName"
>
<a-input
@@ -459,7 +459,7 @@ onMounted(() => {
</a-col>
<a-col :lg="6" :md="12" :xs="24">
<a-form-item
:label="t('views.system.post. positionStatus')"
:label="t('views.system.post.positionStatus')"
name="status"
>
<a-select