|
|
|
@ -15,9 +15,9 @@ |
|
|
|
|
|
|
|
<span style="color: #666;margin: 0 12px;">(ID:{{details.id}} | 渠道来源:{{channelList.find((find) => find.value === details.channelType)?.label}})</span> |
|
|
|
<Tag color="warning" v-if="details.allocationStatus === 1">待分配</Tag> |
|
|
|
<Tag color="green" v-else-if="details.validStatus === 2">#有效线索-0呼</Tag> |
|
|
|
<Tag color="error" v-else-if="details.validStatus === 3">#无效线索-0呼</Tag> |
|
|
|
<Tag color="pink" v-else-if="details.followStatus === 1">#待跟进-0呼</Tag> |
|
|
|
<Tag color="green" v-else-if="details.validStatus === 2">#有效线索</Tag> |
|
|
|
<Tag color="error" v-else-if="details.validStatus === 3">#无效线索</Tag> |
|
|
|
<Tag color="pink" v-else-if="details.followStatus === 1">#待跟进</Tag> |
|
|
|
</div> |
|
|
|
<div class="flex-row-center-start" style="margin-top: 5px;"> |
|
|
|
<div class="flex-row-center-start" style="width: 240px;"> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<span style="color: #666;">微信:</span> |
|
|
|
<span style="color: #333;font-weight: bold;">{{details.weChatId || '--'}}</span> |
|
|
|
</div> |
|
|
|
<div class="flex-row-center-start" style="width: 240px;"> |
|
|
|
<!-- <div class="flex-row-center-start" style="width: 240px;"> |
|
|
|
<span style="color: #666;">客户标签:</span> |
|
|
|
<Tag color="#f50" closable @close="onLabelClose">无效</Tag> |
|
|
|
<Popconfirm placement="bottom" icon="添加标签" @confirm="handleLabel"> |
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
<template #icon><Icon icon="ant-design:plus-outlined" size="14px" style="color:#0960bd;display: block;"/></template> |
|
|
|
</Button> |
|
|
|
</Popconfirm> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div class="flex-row-center-start" style="margin-top: 5px;"> |
|
|
|
<div class="flex-row-center-start" style="width: 240px;"> |
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
</div> |
|
|
|
<div class="flex-row-center-start" style="flex: 1;"> |
|
|
|
<span style="color: #666;">录入时间:</span> |
|
|
|
<span style="color: #333;font-weight: bold;">--</span> |
|
|
|
<span style="color: #333;font-weight: bold;">{{details.createTime || '--'}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|