소스 검색

渠道客诉

zhujindu 1 년 전
부모
커밋
6f321b78e4
2개의 변경된 파일13개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 1
      src/views/clew/complaintDetail/complaintLog.vue
  2. 9 5
      src/views/clew/index.vue

+ 4 - 1
src/views/clew/complaintDetail/complaintLog.vue

@@ -9,7 +9,7 @@
           <!-- 二级分类 -->
           <span v-if="iten.customerSubClassifyName">-{{ iten.customerSubClassifyName }}</span>
           <!-- 三级分类 -->
-          <span v-if="iten.customerThreeClassifyName">-{{ iten.customerThreeClassifyName }}</span>
+          <!-- <span v-if="iten.customerThreeClassifyName">-{{ iten.customerThreeClassifyName }}</span> -->
         </div>
       </div>
       <div class="info">
@@ -78,4 +78,7 @@ export default {
   margin-bottom: 8px;
   padding-bottom: 8px;
 }
+.complaintLog:last-child {
+  border-bottom: none;
+}
 </style>

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

@@ -77,15 +77,15 @@ export default {
     };
   },
   activated() {
-    this.cid = -1;
     this.getCustomerClue();
     this.approveList();
   },
   watch: {
     $route(to, from) {
-      // if (to.path == '/clew' && from.path == '/My/index') {
-      //   this.approveList();
-      // }
+      if (to.path == '/clew' && from.path == '/My/index') {
+        this.isHandle = '-1';
+        this.cid = -1;
+      }
       // if (to.path == '/clew' && from.path == '/clewent') {
       //   this.pageNum = 1;
       //   this.approveList();
@@ -249,7 +249,10 @@ export default {
     margin-top: 3px;
     .van-dropdown-menu {
       height: 100%;
-      border: 1px solid #f4f0f0;
+      /* border: 1px solid #f4f0f0; */
+      .van-dropdown-menu__bar {
+        box-shadow: none !important;
+      }
     }
   }
   .van-dropdown-menu__bar {
@@ -258,6 +261,7 @@ export default {
   }
   .van-dropdown-menu__title::after {
     right: 0 !important;
+    border-color: transparent transparent #000000 #000000 !important;
   }
 }
 </style>