Kaynağa Gözat

客资、客诉去掉-转交其他组织操作,优化列表筛选条件

zhujindu 11 ay önce
ebeveyn
işleme
db45c72ef5

+ 5 - 5
src/views/clew/complaintDetail/index.vue

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

+ 2 - 2
src/views/clew/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="bgcolor clew">
     <div class="navBarTOP">
-      <van-nav-bar class="navBar" title="客资任务" left-arrow @click-left="onClickLeft">
+      <van-nav-bar class="navBar" title="客资&投诉任务" left-arrow @click-left="onClickLeft">
         <template #right>
           <van-dropdown-menu>
             <van-dropdown-item
@@ -142,7 +142,7 @@ export default {
     },
     approveFn(row) {
       if (row.cid == 9) {
-        // 渠道
+        // 渠道
         this.$router.push({
           path: '/complaintDetail',
           query: { id: row.customerClueInfoId },