Przeglądaj źródła

feature_20250828_竞品店维护

zhujindu 3 miesięcy temu
rodzic
commit
b4d4f0f9ae
1 zmienionych plików z 8 dodań i 2 usunięć
  1. 8 2
      src/views/storeManagement/index.vue

+ 8 - 2
src/views/storeManagement/index.vue

@@ -935,8 +935,14 @@ export default {
     },
     storeDetailFn(item) {
       localStorage.setItem('tabVal', this.tabVal);
-      // FSQ 仿石漆服务商
-      if (item.storeCategory == 'FSQ01') {
+      if (item.sfaStoreType.type == 'qzd') {
+        // 竞品店/潜在店
+        this.$router.push({
+          path: '/competingStoresDetail',
+          query: { id: item.storeId },
+        });
+      } else if (item.storeCategory == 'FSQ01') {
+        // FSQ 仿石漆服务商
         this.$router.push({
           path: '/FSQStoreDetail',
           query: { id: item.storeId },