'fixbug'
This commit is contained in:
@ -302,7 +302,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '90px',
|
||||
className: 'text-center',
|
||||
className: 'text-center block-td',
|
||||
buttons: [
|
||||
{
|
||||
text: '审核',
|
||||
@ -311,7 +311,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
acl: { ability: ['ORDER-RISK-audit'] },
|
||||
},
|
||||
{
|
||||
text: '详情 ',
|
||||
text: '详情',
|
||||
click: _record => this.viewEvaluate(_record),
|
||||
acl: { ability: ['ORDER-RISK-riskDetail'] },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user