This commit is contained in:
wangshiming
2022-02-17 16:19:27 +08:00
parent e40e1de488
commit dd93822325
5 changed files with 134 additions and 135 deletions

View File

@ -303,7 +303,7 @@ export class SupplyManagementBulkComponent implements OnInit {
{
text: '货源审核',
click: (_record) => this.audit(_record, 1),
iif: item => item.resourceStatus == 1,
iif: item => item.auditStatus === '1'
},
{
text: '二维码 ',