Browse Source

Merge branch 'feature_20250116_提示类建店指标跳转页' into uat(dev)

zhujindu 10 months ago
parent
commit
4dc9a9649a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/hintTabPage/unCreateStore.vue

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

@@ -299,9 +299,9 @@ export default {
       } else if (value == 'jinPaiAbnormalNum') {
         type = '金牌店30天未结案列表';
       } else if (value == 'TuLiaoAbnormalNum') {
-        type = '涂料店7天未结案列表';
+        type = '同城分销-涂料店7天未结案列表';
       } else if (value == 'QiTaAbnormalNum') {
-        type = '其他店7天未结案列表';
+        type = '同城分销-其他店7天未结案列表';
       }
       return type;
     },