Explorar el Código

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

zhujindu hace 11 meses
padre
commit
3a8fc24da9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
     },