Browse Source

完善客户管理

master
yunuo970428 11 months ago
parent
commit
9dce412566
  1. 2
      yxt-as-ui/src/views/client/customermanagement/customermanagement.vue

2
yxt-as-ui/src/views/client/customermanagement/customermanagement.vue

@ -27,7 +27,7 @@
</el-form-item>
<el-form-item label="提醒日期">
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.remindStartDay" clearable style="width: 160px;" type="date" placeholder="开始日期"/>
<div style="padding: 0 8px"></div>
<span style="padding: 0 8px"></span>
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.remindEndDay" clearable style="width: 160px;" type="date" placeholder="结束日期"/>
</el-form-item>
</el-form>

Loading…
Cancel
Save