|
@@ -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 ?? [];
|