This commit is contained in:
liuye
2022-06-10 11:41:28 +08:00
parent 438a24101d
commit fbb77ace5d

View File

@@ -39,7 +39,7 @@
</el-form-item>
<template v-if="form.type == 15">
<el-form-item label="日期" prop="msgTime">
<el-date-picker v-model="form.msgTime" clearable placeholder="日期" value-format="yyyy-MM-dd"/>
<el-input type="text" v-model="form.msgTime" maxlength="30" />
</el-form-item>
<el-form-item label="地点" prop="msgPlace">
<el-input type="text" v-model="form.msgPlace" maxlength="100" />