更新后端新增内容
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{
|
||||
active: 'brand' | 'dedupe' | 'convert' | 'split'
|
||||
active: 'brand' | 'dedupe' | 'convert' | 'split' | 'delete-brand'
|
||||
}>()
|
||||
|
||||
const active = props.active
|
||||
@@ -30,6 +30,7 @@ const navItems = [
|
||||
{ key: 'dedupe', label: '数据去重', href: '/new_web_source/dedupe.html' },
|
||||
{ key: 'split', label: '数据拆分', href: '/new_web_source/split.html' },
|
||||
{ key: 'convert', label: '格式转换', href: '/new_web_source/convert.html' },
|
||||
{ key: 'delete-brand', label: '删除品牌', href: '/new_web_source/delete-brand.html' },
|
||||
] as const
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user