上架需求增加
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -40,6 +40,7 @@ import DownloadProgressPanel from '@/shared/components/DownloadProgressPanel.vue
|
||||
|
||||
type ActiveNavKey =
|
||||
| 'brand'
|
||||
| 'publish'
|
||||
| 'appearance-patent'
|
||||
| 'similar-asin'
|
||||
| 'dedupe'
|
||||
@@ -106,6 +107,7 @@ const navGroups: ReadonlyArray<NavGroup> = [
|
||||
columnKey: 'brand_operation_tools',
|
||||
label: '运营工具',
|
||||
items: [
|
||||
{ key: 'publish', label: '上架', href: '/new_web_source/publish.html' },
|
||||
{ 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' },
|
||||
|
||||
Reference in New Issue
Block a user