This commit is contained in:
1107302052
2022-03-18 00:54:13 +08:00
parent 759c829c4d
commit cadf4acd85
9 changed files with 47 additions and 33 deletions

View File

@ -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,
},