|
@@ -162,9 +162,9 @@
|
|
<template #default>
|
|
<template #default>
|
|
<div style="width: 100%">
|
|
<div style="width: 100%">
|
|
<div style="color: #909399; margin: 8px 0">跟进时间: {{ record.date }}</div>
|
|
<div style="color: #909399; margin: 8px 0">跟进时间: {{ record.date }}</div>
|
|
|
|
+ <div style="margin: 8px 0">跟进人: {{ dictValueLabel(record.createUser, userList) }}</div>
|
|
<div style="word-wrap: break-word; margin: 8px 0" v-html="getStyle(record.content)" v-if="record.content"></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 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="margin: 8px 0; display: flex" v-if="record.fileList && record.fileList.length > 0">
|
|
<div style="width: 36px">附件:</div>
|
|
<div style="width: 36px">附件:</div>
|
|
<div style="width: calc(100% - 36px)">
|
|
<div style="width: calc(100% - 36px)">
|