fix bug
This commit is contained in:
		| @ -209,12 +209,12 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { | ||||
|         fixed: 'right', | ||||
|         width: '180px', | ||||
|         className: 'text-center', | ||||
|         buttons: [ | ||||
|           { text: '审核', | ||||
|             click: _record => this.ViewAdimin(_record), iif: (item: any) => item.approvalStatus === 10, | ||||
|             acl: { ability: ['USERCENTER-FREIGHT-ENTERPRISE-adminAudit'] }, | ||||
|            } | ||||
|         ] | ||||
|         buttons: [{  | ||||
|           text: '审核', | ||||
|           click: _record => this.ViewAdimin(_record), | ||||
|           iif: (item: any) => item.approvalStatus === 10, | ||||
|           // acl: { ability: ['USERCENTER-FREIGHT-ENTERPRISE-view'] }, | ||||
|          }] | ||||
|       } | ||||
|     ]; | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user