bug 55871

This commit is contained in:
yuezhihang
2022-07-04 10:26:38 +08:00
parent 8ed1e58bf7
commit 8f4783a867
@@ -36,6 +36,15 @@
clearable
></el-input>
</el-form-item>
<el-form-item label="截止日期" prop="endTime" class="add-form-item form-item-disabled">
<el-date-picker
:picker-options="pickerOptions"
v-model="listForm.endTime"
type="date"
placeholder="请选择截止日期"
value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
</el-form>