'修改新增人员时间处理'
This commit is contained in:
@ -9,9 +9,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="cntinfo">
|
<div class="cntinfo">
|
||||||
<FormMessage ref="FormRef" :disabled="disabled" v-model="formData" :rules="rules" :formList="formList" :labelWidth='120'>
|
<FormMessage ref="FormRef" :disabled="disabled" v-model="formData" :rules="rules" :formList="formList" :labelWidth='120'>
|
||||||
<!-- <template #xtCjsj>
|
<template #xtCjsj>
|
||||||
<el-input v-model="formData.xtCjsj" placeholder="请输入申请时间" />
|
<el-date-picker type="datetime" v-model="formData.xtCjsj" placeholder="请输入申请时间" />
|
||||||
</template> -->
|
</template>
|
||||||
</FormMessage>
|
</FormMessage>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,7 +60,7 @@ const formList = reactive([
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
{ label: "居住地址", prop: "jzdz", type: "input" },
|
{ label: "居住地址", prop: "jzdz", type: "input" },
|
||||||
{ label: "申请时间", prop: "xtCjsj", type: "date" },
|
{ label: "申请时间", prop: "xtCjsj", type: "slot" },
|
||||||
{ label: "岗位", prop: "gw", type: "select", options: D_BAXX_GWLX },
|
{ label: "岗位", prop: "gw", type: "select", options: D_BAXX_GWLX },
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user