task#13641,在调度app的对账初,加一个“查看结算单”按钮
This commit is contained in:
@ -70,7 +70,14 @@ const routes = [
|
||||
meta: {
|
||||
title: '审核完成-详情'
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
path: "/settlementDetail",
|
||||
name: 'settlementDetail',
|
||||
component: () => import('@/views/workOrder/settlementDetail.vue'),
|
||||
meta: {
|
||||
title: '结算单详情'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/invoicingNotify",
|
||||
|
Reference in New Issue
Block a user