Commit bc0f6565 authored by 赵乐's avatar 赵乐

dituxuanze

parent 3d0ac2cb
......@@ -60,11 +60,11 @@ public class CustomerInfoSaveReqVO {
private String locationImage;
@Schema(description = "产品信息")
@NotEmpty(message = "产品信息不能为空")
// @NotEmpty(message = "产品信息不能为空")
private String productIds;
@Schema(description = "产品信息名称")
@NotEmpty(message = "产品信息名称不能为空")
// @NotEmpty(message = "产品信息名称不能为空")
private String productNames;
@Schema(description = "客户部门")
......
......@@ -178,7 +178,7 @@
label="拜访日期"
align="center"
prop="visitDate"
:formatter="dateFormatter"
:formatter="dateFormatter2"
width="180px"
/>
<el-table-column label="性质等级" align="center" prop="customerStatus">
......@@ -205,7 +205,7 @@
label="创建时间"
align="center"
prop="createTime"
:formatter="dateFormatter"
:formatter="dateFormatter2"
width="180px"
/>
<el-table-column label="操作" align="center" min-width="180px" fixed="right">
......@@ -258,7 +258,7 @@
<script setup lang="ts">
import {DICT_TYPE, getIntDictOptions} from '@/utils/dict'
import {dateFormatter} from '@/utils/formatTime'
import {dateFormatter,dateFormatter2} from '@/utils/formatTime'
import download from '@/utils/download'
import {InfoApi, InfoVO} from '@/api/visit/info'
import InfoForm from './InfoForm.vue'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment