This commit is contained in:
wangshiming
2022-02-14 13:32:52 +08:00
parent 01cd9dbbde
commit f8cc73fb51
4 changed files with 35 additions and 36 deletions

View File

@ -328,25 +328,25 @@ export class insuranceManagementListComponent implements OnInit {
width: '180px',
fixed: 'left',
className: 'text-left',
render: 'billCode'
render: 'insureCode'
},
{
title: '保单号',
width: '250px',
className: 'text-right',
render: 'mybidDetailInfo'
render: 'policyNo'
},
{ title: '类型', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{ title: '始发地', index: 'shipperAppUserName', width: '220px', className: 'text-left' },
{ title: '目的地', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
{ title: '距离', index: 'wayBillCode', width: '180px', className: 'text-left' },
{ title: '类型', index: 'insureTypeLabel', width: '220px', className: 'text-left' },
{ title: '始发地', index: 'startAddress', width: '220px', className: 'text-left' },
{ title: '目的地', index: 'endAddress', width: '220px', className: 'text-left' },
{ title: '距离', index: 'distance', width: '180px', className: 'text-left' },
{ title: '保额(元)', index: 'resourceCode', width: '180px', className: 'text-left' },
{ title: '保费(元)', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
{ title: '保费(元)', render: 'premium', width: '180px', className: 'text-left' },
{
title: '实际保费(元)',
className: 'text-left',
width: '180px',
index: 'unloadingAddressArr'
render: 'practicalPremium'
},
{
title: '货物信息',
@ -358,7 +358,7 @@ export class insuranceManagementListComponent implements OnInit {
title: '车牌号',
className: 'text-right',
width: '180px',
render: 'freightPrice'
render: 'driverName'
},
{
title: '关联订单号',
@ -369,46 +369,44 @@ export class insuranceManagementListComponent implements OnInit {
{
title: '货源编号',
className: 'text-right',
index: 'settlementWeight',
index: 'resourceCode',
width: '150px'
},
{
title: '网络货运人',
className: 'text-left',
width: '250px',
index: 'driverName',
render: 'driverName'
index: 'enterpriseInfoName',
},
{
title: '货主',
className: 'text-left',
width: '180px',
index: 'payeeName',
render: 'payeeName'
index: 'shipperAppUserName',
},
{
title: '所属项目',
width: '200px',
className: 'text-left',
render: 'loadingTime'
render: 'enterpriseProjectName'
},
{
title: '投保时间',
width: '180px',
className: 'text-left',
index: 'createTime'
index: 'insureTime'
},
{
title: '生效时间',
width: '180px',
className: 'text-left',
index: 'createTime'
index: 'effectTime'
},
{
title: '录单时间',
width: '180px',
className: 'text-left',
index: 'createTime'
index: 'recordTime'
},
{
title: '创建时间',
@ -420,7 +418,7 @@ export class insuranceManagementListComponent implements OnInit {
title: '失败原因',
width: '180px',
className: 'text-left',
index: 'createTime'
index: 'processMessage'
},
{
title: '操作',