task#13641,在调度app的对账初,加一个“查看结算单”按钮

This commit is contained in:
2024-05-07 15:16:58 +08:00
parent 0a3eb81c12
commit a3948addd1
4 changed files with 211 additions and 32 deletions

View File

@ -70,7 +70,14 @@ const routes = [
meta: {
title: '审核完成-详情'
}
},
{
path: "/settlementDetail",
name: 'settlementDetail',
component: () => import('@/views/workOrder/settlementDetail.vue'),
meta: {
title: '结算单详情'
}
},
{
path: "/invoicingNotify",