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: '司机姓名',
index: 'name',
className: 'text-center',
width: '80px'
width: '20%'
},
{
title: '手机号',
index: 'telephone',
className: 'text-center',
width: '100px'
width: '15%'
},
{
title: '车队长',
render: 'captain',
className: 'text-center',
width: '200px'
width: '30%'
},
{
title: '指定车辆',
render: 'carNo',
className: 'text-center',
width: '100px'
width: '15%'
},
{
title: '操作',
className: 'text-center',
width: '80px',
width: '20%',
buttons: [
{
text: '移除',