车辆接口更新
This commit is contained in:
@ -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 } })
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user