nuxt初始化
This commit is contained in:
12
nuxt-web/data/case-categories.ts
Normal file
12
nuxt-web/data/case-categories.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const caseCategories = [
|
||||
{ id: 'all', label: '全部' },
|
||||
{ id: 'port', label: '港口码头' },
|
||||
{ id: 'container-yard', label: '集装箱场站' },
|
||||
{ id: 'logistics', label: '物流' },
|
||||
{ id: 'shipping-company', label: '船公司' },
|
||||
{ id: 'ship-agent', label: '船代' },
|
||||
{ id: 'freight-forwarder', label: '货代' },
|
||||
{ id: 'warehouse', label: '仓储' },
|
||||
{ id: 'fleet', label: '车队' },
|
||||
{ id: 'machinery', label: '机械设备' },
|
||||
] as const
|
||||
Reference in New Issue
Block a user