'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,
|
||||
},
|
||||
|
||||
@ -596,7 +596,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '110px',
|
||||
className: 'text-center',
|
||||
className: 'text-center block-td',
|
||||
buttons: [
|
||||
{
|
||||
text: '货源审核',
|
||||
@ -627,7 +627,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
acl: { ability: ['SUPPLY-INDEX-vehiclePlaceOrder'] }
|
||||
},
|
||||
{
|
||||
text: '重新指派 ',
|
||||
text: '重新指派',
|
||||
click: _record => this.assignedCar(_record),
|
||||
iif: item => item.resourceStatus === '1' && item.serviceType === '2',
|
||||
acl: { ability: ['SUPPLY-INDEX-vehicleReassign'] }
|
||||
|
||||
Reference in New Issue
Block a user