This commit is contained in:
潘晓云
2022-03-04 17:43:35 +08:00
parent 46227ebd48
commit 9b22d97696

View File

@ -144,30 +144,30 @@ export class SupplyManagementBulkAssignedCarComponent implements OnInit {
title: '司机姓名', title: '司机姓名',
index: 'name', index: 'name',
className: 'text-center', className: 'text-center',
width: '80px' width: '20%'
}, },
{ {
title: '手机号', title: '手机号',
index: 'telephone', index: 'telephone',
className: 'text-center', className: 'text-center',
width: '100px' width: '15%'
}, },
{ {
title: '车队长', title: '车队长',
render: 'captain', render: 'captain',
className: 'text-center', className: 'text-center',
width: '200px' width: '30%'
}, },
{ {
title: '指定车辆', title: '指定车辆',
render: 'carNo', render: 'carNo',
className: 'text-center', className: 'text-center',
width: '100px' width: '15%'
}, },
{ {
title: '操作', title: '操作',
className: 'text-center', className: 'text-center',
width: '80px', width: '20%',
buttons: [ buttons: [
{ {
text: '移除', text: '移除',