'fixbug'
This commit is contained in:
@ -389,7 +389,7 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '140px',
|
||||
className: 'text-center',
|
||||
className: 'text-center block-td',
|
||||
buttons: [
|
||||
{
|
||||
text: '查看申诉记录',
|
||||
@ -403,7 +403,7 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
|
||||
acl: { ability: ['ORDER-COMPLIANCE-AUDIT-listChangeApply'] },
|
||||
},
|
||||
{
|
||||
text: '合规抽查 ',
|
||||
text: '合规抽查',
|
||||
click: _record => this.audit(_record),
|
||||
iif: item => item.complianceStatus == '0',
|
||||
acl: { ability: ['ORDER-COMPLIANCE-AUDIT-updateBillByCompliance'] },
|
||||
|
||||
Reference in New Issue
Block a user