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