车牌颜色更改

This commit is contained in:
潘晓云
2022-04-08 17:24:39 +08:00
parent 9ce58b394f
commit ab9810d80b

View File

@ -248,7 +248,7 @@ export class DatatableFundReportingComponent implements OnInit {
{ title: '实际承运人名称', index: 'carrier', className: 'text-center', width: '150px' },
{ title: '实际承运人证件号码', index: 'cardId', className: 'text-center', width: '200px' },
{ title: '车牌号', index: 'carNumber', className: 'text-center', width: '180px' },
{ title: '车牌颜色', index: 'carColor', className: 'text-center', width: '180px' },
{ title: '车牌颜色', index: 'carColorLabel', className: 'text-center', width: '180px' },
{ title: '总金额', render: 'tolalAmount', className: 'text-center', width: '120px' },
{ title: '付款方式', index: 'payType', className: 'text-center', width: '150px' },