车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 15:28:57 +08:00
parent 61dccdd3d3
commit c6ebb6b0e6
3 changed files with 9 additions and 9 deletions

View File

@ -256,9 +256,9 @@ export class PaymentOrderComponent implements OnInit {
text: '浏览',
click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id])
},
{
text: '修改',
}
// {
// text: '修改',
// }
]
}
];