浏览代码

同城分销店拆分、分销店对应多个经销商

zhujindu 11 月之前
父节点
当前提交
3a8fc24da9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/home/hintTabPage/noVisit.vue

+ 2 - 2
src/views/home/hintTabPage/noVisit.vue

@@ -91,9 +91,9 @@ export default {
       } else if (value == 'jinPai') {
         type = '金牌店';
       } else if (value == 'tongA') {
-        type = '同城A';
+        type = '同城分销-涂料店';
       } else if (value == 'tongB') {
-        type = '同城B';
+        type = '同城分销-其他店';
       }
       return type;
     },