style: 岗位填入值顺序
This commit is contained in:
@@ -684,14 +684,6 @@ onMounted(() => {
|
|||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
|
||||||
<a-form-item
|
|
||||||
:label="t('views.system.post.positionCode')"
|
|
||||||
name="postCode"
|
|
||||||
>
|
|
||||||
{{ modalState.from.postCode }}
|
|
||||||
</a-form-item>
|
|
||||||
</a-col>
|
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.system.post.positionName')"
|
:label="t('views.system.post.positionName')"
|
||||||
@@ -700,6 +692,14 @@ onMounted(() => {
|
|||||||
{{ modalState.from.postName }}
|
{{ modalState.from.postName }}
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
|
<a-form-item
|
||||||
|
:label="t('views.system.post.positionCode')"
|
||||||
|
name="postCode"
|
||||||
|
>
|
||||||
|
{{ modalState.from.postCode }}
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-form-item :label="t('views.system.post.positionMark')" name="remark">
|
<a-form-item :label="t('views.system.post.positionMark')" name="remark">
|
||||||
{{ modalState.from.remark }}
|
{{ modalState.from.remark }}
|
||||||
@@ -727,12 +727,12 @@ onMounted(() => {
|
|||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.system.post.positionCode')"
|
:label="t('views.system.post.positionName')"
|
||||||
name="postCode"
|
name="postName"
|
||||||
v-bind="modalStateFrom.validateInfos.postCode"
|
v-bind="modalStateFrom.validateInfos.postName"
|
||||||
>
|
>
|
||||||
<a-input
|
<a-input
|
||||||
v-model:value="modalState.from.postCode"
|
v-model:value="modalState.from.postName"
|
||||||
allow-clear
|
allow-clear
|
||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@@ -755,12 +755,12 @@ onMounted(() => {
|
|||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.system.post.positionName')"
|
:label="t('views.system.post.positionCode')"
|
||||||
name="postName"
|
name="postCode"
|
||||||
v-bind="modalStateFrom.validateInfos.postName"
|
v-bind="modalStateFrom.validateInfos.postCode"
|
||||||
>
|
>
|
||||||
<a-input
|
<a-input
|
||||||
v-model:value="modalState.from.postName"
|
v-model:value="modalState.from.postCode"
|
||||||
allow-clear
|
allow-clear
|
||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
<script lang="ts" setup>
|
|
||||||
import { ref } from 'vue';
|
|
||||||
|
|
||||||
const msg = ref<string>('愿这世间美好与你环环相扣');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<h1>{{ msg }}</h1>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style lang="less" scoped></style>
|
|
||||||
Reference in New Issue
Block a user