---新增参数配置,字典配置国家化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user