96d78377 by renchao@pashanhoo.com

style:抵押登记

1 parent 7b8b5be9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-02 13:17:17
* @LastEditTime: 2023-11-03 14:54:52
-->
<template>
<!-- 受理信息 -->
......@@ -288,7 +288,7 @@
v-model="ruleForm.diyaq.zwlxqssj"
type="date"
placeholder="选择日期"
value-format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd"
format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
......@@ -302,7 +302,7 @@
v-model="ruleForm.diyaq.zwlxjssj"
type="date"
placeholder="选择日期"
value-format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd"
format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
......