Commit 6f6f51db by zhuzhequan

物流公司

parent de6d963d
...@@ -22,6 +22,11 @@ const menu: MenuItem[] = [ ...@@ -22,6 +22,11 @@ const menu: MenuItem[] = [
label: '物流', label: '物流',
children: [ children: [
{ {
index: '/logistics/logisticsCompany',
id: 11,
label: '物流公司',
},
{
index: '/logistics/logisticsMethod', index: '/logistics/logisticsMethod',
id: 1, id: 1,
label: '物流方式', label: '物流方式',
......
...@@ -131,7 +131,6 @@ import LogDialog from './components/LogDialog.tsx' ...@@ -131,7 +131,6 @@ import LogDialog from './components/LogDialog.tsx'
import CustomizeForm from '@/components/CustomizeForm.tsx' import CustomizeForm from '@/components/CustomizeForm.tsx'
import CustomizeTable from '@/components/VxeTable.tsx' import CustomizeTable from '@/components/VxeTable.tsx'
import type { VxeTablePropTypes } from 'vxe-table' import type { VxeTablePropTypes } from 'vxe-table'
import usePageList from '@/utils/hooks/usePageList'
import { useValue } from './hooks/useValue' import { useValue } from './hooks/useValue'
import { showConfirm } from '@/utils/ui' import { showConfirm } from '@/utils/ui'
import { Edit, List } from '@element-plus/icons-vue' import { Edit, List } from '@element-plus/icons-vue'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment