车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:19:26 +08:00
parent 387c63bdb3
commit 37108424e6
9 changed files with 26 additions and 34 deletions

View File

@ -268,19 +268,19 @@ export class CostManagementComponent implements OnInit {
title: '操作',
fixed: 'right',
className: 'text-center',
width: 90,
width: '90px',
buttons: [
{
text: '浏览',
click: item => this.routeTo('/financial-management/cost-management/detail/' + item.id)
},
{
text: '审核',
text: '审核 ',
click: item => this.auditAction(item),
iif: item => item.sts === 2
},
{
text: '修改',
text: '修改 ',
click: item => this.router.navigate(['/financial-management/cost-management/expenses-receivable/1'], { queryParams: { id: 1 } })
}
]