-
This commit is contained in:
@ -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: '移除',
|
||||||
|
|||||||
Reference in New Issue
Block a user