解决冲突
This commit is contained in:
@ -385,12 +385,12 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
{ title: '距离', render: 'distance', width: '180px', className: 'text-left' },
|
||||
{ title: '保额(元)', render: 'insureAmount', width: '180px', className: 'text-right' },
|
||||
{ title: '保费(元)', render: 'premium', width: '180px', className: 'text-right' },
|
||||
{
|
||||
title: '实际保费(元)',
|
||||
className: 'text-right',
|
||||
width: '180px',
|
||||
render: 'practicalPremium'
|
||||
},
|
||||
// {
|
||||
// title: '实际保费(元)',
|
||||
// className: 'text-right',
|
||||
// width: '180px',
|
||||
// render: 'practicalPremium'
|
||||
// },
|
||||
{
|
||||
title: '货物信息',
|
||||
className: 'text-left',
|
||||
@ -477,13 +477,6 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
width: '110px',
|
||||
className: 'text-left',
|
||||
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: '查看保单',
|
||||
click: _record => this.showImg(_record),
|
||||
|
||||
Reference in New Issue
Block a user