完善车辆管理模块
This commit is contained in:
@ -39,10 +39,18 @@ const routes = [
|
||||
title: '补结算单'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/workOrderReconciliation",
|
||||
name: "workOrderReconciliation",
|
||||
component:()=>import('@/views/workOrder/workOrderReconciliation.vue'),
|
||||
meta: {
|
||||
title: '工单对账'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/accounting",
|
||||
name: 'accountingView',
|
||||
component: () => import('@/views/index/accounting'),
|
||||
component: () => import('@/views/workOrder/accounting.vue'),
|
||||
meta: {
|
||||
title: '记账'
|
||||
}
|
||||
@ -50,7 +58,7 @@ const routes = [
|
||||
{
|
||||
path: "/reAccounting",
|
||||
name: 'reAccountingView',
|
||||
component: () => import('@/views/index/reAccounting'),
|
||||
component: () => import('@/views/workOrder/reAccounting.vue'),
|
||||
meta: {
|
||||
title: '重新记账'
|
||||
}
|
||||
|
Reference in New Issue
Block a user