Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -385,12 +385,12 @@ export class insuranceManagementListComponent implements OnInit {
|
|||||||
{ title: '距离', render: 'distance', width: '180px', className: 'text-left' },
|
{ title: '距离', render: 'distance', width: '180px', className: 'text-left' },
|
||||||
{ title: '保额(元)', render: 'insureAmount', width: '180px', className: 'text-right' },
|
{ title: '保额(元)', render: 'insureAmount', width: '180px', className: 'text-right' },
|
||||||
{ title: '保费(元)', render: 'premium', width: '180px', className: 'text-right' },
|
{ title: '保费(元)', render: 'premium', width: '180px', className: 'text-right' },
|
||||||
{
|
// {
|
||||||
title: '实际保费(元)',
|
// title: '实际保费(元)',
|
||||||
className: 'text-right',
|
// className: 'text-right',
|
||||||
width: '180px',
|
// width: '180px',
|
||||||
render: 'practicalPremium'
|
// render: 'practicalPremium'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '货物信息',
|
title: '货物信息',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
@ -477,13 +477,6 @@ export class insuranceManagementListComponent implements OnInit {
|
|||||||
width: '110px',
|
width: '110px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
|
||||||
text: '再次投保',
|
|
||||||
click: _record => this.retreatNext(_record),
|
|
||||||
// acl: { ability: ['VEHICLE-LIST-view'] },
|
|
||||||
// iif: item =>
|
|
||||||
// item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '1'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: '查看保单',
|
text: '查看保单',
|
||||||
click: _record => this.showImg(_record),
|
click: _record => this.showImg(_record),
|
||||||
|
|||||||
Reference in New Issue
Block a user