Browse Source

Merge branch 'feature_20241212_同城分销店拆分、分销店对应多个经销商'

zhujindu 11 months ago
parent
commit
42d48523b4
1 changed files with 2 additions and 2 deletions
  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;
     },