工单对账模块
This commit is contained in:
@ -56,12 +56,13 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/reAccounting",
|
||||
name: 'reAccountingView',
|
||||
component: () => import('@/views/workOrder/reAccounting.vue'),
|
||||
meta: {
|
||||
title: '重新记账'
|
||||
}
|
||||
path: "/aduitCompleteDetail",
|
||||
name: 'aduitCompleteDetail',
|
||||
component: () => import('@/views/workOrder/aduitCompleteDetail.vue'),
|
||||
meta: {
|
||||
title: '审核完成-详情'
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
path: "/invoicingNotify",
|
||||
|
Reference in New Issue
Block a user