|
@@ -8,7 +8,7 @@
|
|
|
<div class="lineGrey"></div>
|
|
<div class="lineGrey"></div>
|
|
|
<div class="lineGrey"></div>
|
|
<div class="lineGrey"></div>
|
|
|
<div class="lineGrey"></div>
|
|
<div class="lineGrey"></div>
|
|
|
- <!-- 客诉详情 -->
|
|
|
|
|
|
|
+ <!-- 投诉详情 -->
|
|
|
<infoDetail v-if="infoData" :infoData="infoData" :customerClassify="customerClassifyOption">
|
|
<infoDetail v-if="infoData" :infoData="infoData" :customerClassify="customerClassifyOption">
|
|
|
<!-- <van-button
|
|
<!-- <van-button
|
|
|
type="info"
|
|
type="info"
|
|
@@ -28,14 +28,14 @@
|
|
|
>转交其他组织</van-button
|
|
>转交其他组织</van-button
|
|
|
> -->
|
|
> -->
|
|
|
</infoDetail>
|
|
</infoDetail>
|
|
|
- <!-- 客诉记录 -->
|
|
|
|
|
|
|
+ <!-- 投诉记录 -->
|
|
|
<complaintLog
|
|
<complaintLog
|
|
|
v-if="infoData && infoData.customerClueInfoComplaintList.length"
|
|
v-if="infoData && infoData.customerClueInfoComplaintList.length"
|
|
|
:customerClueInfoComplaintList="infoData.customerClueInfoComplaintList"></complaintLog>
|
|
:customerClueInfoComplaintList="infoData.customerClueInfoComplaintList"></complaintLog>
|
|
|
<!-- 跟进记录 userCustomerClueList -->
|
|
<!-- 跟进记录 userCustomerClueList -->
|
|
|
<!-- 历史跟进记录 -->
|
|
<!-- 历史跟进记录 -->
|
|
|
<p style="margin: 0 16px 8px; color: #888" v-if="infoData && infoData.userCustomerClueList">
|
|
<p style="margin: 0 16px 8px; color: #888" v-if="infoData && infoData.userCustomerClueList">
|
|
|
- 该客诉历史跟进记录
|
|
|
|
|
|
|
+ 该投诉历史跟进记录
|
|
|
</p>
|
|
</p>
|
|
|
<van-cell-group inset class="cardclewContentCell" v-if="infoData">
|
|
<van-cell-group inset class="cardclewContentCell" v-if="infoData">
|
|
|
<div style="border-radius: 6px; overflow: hidden">
|
|
<div style="border-radius: 6px; overflow: hidden">
|
|
@@ -124,7 +124,7 @@
|
|
|
</van-col>
|
|
</van-col>
|
|
|
</van-row>
|
|
</van-row>
|
|
|
</van-dialog>
|
|
</van-dialog>
|
|
|
- <!-- 客诉跟进历史 -->
|
|
|
|
|
|
|
+ <!-- 渠道投诉跟进历史 -->
|
|
|
<van-dialog
|
|
<van-dialog
|
|
|
v-model="showView"
|
|
v-model="showView"
|
|
|
title="投诉历史"
|
|
title="投诉历史"
|
|
@@ -289,7 +289,7 @@ export default {
|
|
|
this.$dialog
|
|
this.$dialog
|
|
|
.confirm({
|
|
.confirm({
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
- message: '该客诉已经被转移给其他人',
|
|
|
|
|
|
|
+ message: '该渠道投诉已经被转移给其他人',
|
|
|
showCancelButton: false,
|
|
showCancelButton: false,
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|