'fixbug'
This commit is contained in:
@ -323,7 +323,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '110px',
|
||||
className: 'text-center',
|
||||
className: 'text-center block-td',
|
||||
buttons: [
|
||||
{
|
||||
text: '货源审核',
|
||||
@ -332,7 +332,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
acl: { ability: ['SUPPLY-INDEX-bulkBatchAudit'] },
|
||||
},
|
||||
{
|
||||
text: '二维码 ',
|
||||
text: '二维码',
|
||||
click: (_record) => this.assignedQrcode(_record),
|
||||
iif: item => item.resourceStatus == 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user