车辆对接
This commit is contained in:
@ -354,10 +354,11 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
*/
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '', type: 'checkbox', width: '50px', className: 'text-center' },
|
||||
{ title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' },
|
||||
{
|
||||
title: '货源编号',
|
||||
width: '180px',
|
||||
fixed: 'left',
|
||||
className: 'text-left',
|
||||
render: 'resourceCode'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user