匹配回收,bug修复
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{
|
||||
active: 'brand' | 'dedupe' | 'convert' | 'split' | 'delete-brand' | 'product-risk'
|
||||
active: 'brand' | 'dedupe' | 'convert' | 'split' | 'delete-brand' | 'product-risk' | 'shop-match'
|
||||
}>()
|
||||
|
||||
const active = props.active
|
||||
@@ -58,6 +58,7 @@ const navGroups = [
|
||||
items: [
|
||||
{ key: 'delete-brand', label: '删除指定ASIN和品牌', href: '/new_web_source/delete-brand.html' },
|
||||
{ key: 'product-risk', label: '商品风险解决', href: '/new_web_source/product-risk.html' },
|
||||
{ key: 'shop-match', label: '匹配店铺', href: '/new_web_source/shop-match.html' },
|
||||
],
|
||||
},
|
||||
] as const
|
||||
|
||||
Reference in New Issue
Block a user