Browse Source

feat:bbc下线商品记录

snow 1 year ago
parent
commit
f6c7230ca0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/bbc/bbcOffline/detail.vue
  2. 2 2
      src/views/bbc/bbcOffline/index.vue

+ 1 - 1
src/views/bbc/bbcOffline/detail.vue

@@ -47,7 +47,7 @@ export default {
     powers() {
       const tran =
         this.$store.getters.btnList.find(
-          (item) => item.menu_route == "goodsOfflineDetail"
+          (item) => item.menu_route == "bbcOfflineDetail"
         ) || {};
       const { action } = tran ?? {};
       return action ?? [];

+ 2 - 2
src/views/bbc/bbcOffline/index.vue

@@ -113,7 +113,7 @@
         >
           <i
             class="el-icon-view tb-icon"
-            @click="getRouter('goodsOfflineDetail', scope.row.id)"
+            @click="getRouter('bbcOfflineDetail', scope.row.id)"
           ></i>
         </el-tooltip>
     
@@ -144,7 +144,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const tran =
-        this.$store.getters.btnList.find((i) => i.menu_route == "goodsOffline") ||
+        this.$store.getters.btnList.find((i) => i.menu_route == "bbcOffline") ||
         {};
       const { action } = tran ?? {};
       return action ?? [];