车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:05:31 +08:00
parent b38cf032f8
commit 387c63bdb3
3 changed files with 6 additions and 6 deletions

View File

@ -272,7 +272,7 @@ export class SupplyManagementBulkComponent implements OnInit {
{
title: '操作',
fixed: 'right',
width: '200px',
width: '110px',
className: 'text-left',
buttons: [
{
@ -281,7 +281,7 @@ export class SupplyManagementBulkComponent implements OnInit {
iif: item => item.auditStatus == 1,
},
{
text: '二维码',
text: '二维码 ',
click: (_record) => this.assignedQrcode(_record),
iif: item => item.auditStatus == 1 || item.auditStatus == 2,
},