|
@@ -4,7 +4,7 @@
|
|
|
<template #title>
|
|
|
<span class="text-base font-bold">基本信息</span>
|
|
|
</template>
|
|
|
- <el-descriptions :column="2">
|
|
|
+ <el-descriptions :column="4">
|
|
|
<el-descriptions-item label="客户名称">
|
|
|
{{ customer.name }}
|
|
|
</el-descriptions-item>
|
|
@@ -71,6 +71,7 @@
|
|
|
<el-descriptions-item label="更新时间">
|
|
|
{{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
|
|
|
</el-descriptions-item>
|
|
|
+ <!-- TODO wanwan:要不把“最后跟进时间”放到“下次联系时间”后面 -->
|
|
|
<el-descriptions-item label="最后跟进时间">
|
|
|
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
|
|
|
</el-descriptions-item>
|