This commit is contained in:
wangshiming
2022-02-17 11:09:46 +08:00
parent a10aebd083
commit 51832918a0
2 changed files with 41 additions and 11 deletions

View File

@ -47,51 +47,51 @@ export class NetworkFreightComponent implements OnInit {
{
title: '成立日期',
width: '150px',
index: 'createTime'
index: 'enterpriseRegistrationTime'
},
{
title: '成本费率',
width: '150px',
render: 'electronicInvoiceAccount'
render: 'costRate'
},
{
title: '附加费率',
width: '150px',
render: 'etcAccount'
render: 'goodsSurchargeRatio'
},
{
title: '云开票',
width: '150px',
render: 'electronicContractAccount'
render: 'ticketEnable'
},
{
title: '保险',
width: '150px',
render: 'electronicContractAccount'
render: 'insuranceEnable'
},
{
title: '平安银行',
width: '150px',
render: 'bankName' },
render: 'pinganEnable' },
{
title: '浦发银行',
width: '150px',
render: 'virtualAccount'
render: 'pufaEnable'
},
{
title: '平安电子账户',
width: '150px',
render: 'virtualAccount'
render: 'pinganAccountEnable'
},
{
title: '浦发电子账户',
width: '150px',
render: 'virtualAccount'
render: 'pufaAccountEnable'
},
{
title: '开票开关',
width: '150px',
render: 'virtualAccount'
render: 'invoiceEnable'
},
{
title: '操作',