|
@@ -164,6 +164,7 @@
|
|
|
<div style="color: #909399; margin: 8px 0">跟进时间: {{ record.date }}</div>
|
|
|
<div style="word-wrap: break-word; margin: 8px 0" v-html="getStyle(record.content)" v-if="record.content"></div>
|
|
|
<div v-else>跟进记录:</div>
|
|
|
+ <div style="margin: 8px 0">跟进人: {{ dictValueLabel(record.createUser, userList) }}</div>
|
|
|
<div style="margin: 8px 0; display: flex" v-if="record.fileList && record.fileList.length > 0">
|
|
|
<div style="width: 36px">附件:</div>
|
|
|
<div style="width: calc(100% - 36px)">
|
|
@@ -470,7 +471,7 @@ const sourceList = ref({
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
keyword: "",
|
|
|
- type: "",
|
|
|
+ type: 0,
|
|
|
source: "",
|
|
|
status: "",
|
|
|
name: "",
|