|
@@ -302,7 +302,9 @@ export default {
|
|
scopedSlots: { customRender: 'accidentNum' }
|
|
scopedSlots: { customRender: 'accidentNum' }
|
|
},
|
|
},
|
|
{ title: '事故承担方', width: 120, dataIndex: 'accidentUndertaker', className: 'replacecolor' },
|
|
{ title: '事故承担方', width: 120, dataIndex: 'accidentUndertaker', className: 'replacecolor' },
|
|
- { title: '金额', dataIndex: 'amount', width: 120, className: 'replacecolor' }
|
|
|
|
|
|
+ { title: '人民币', width: 120, dataIndex: 'rmbamount', className: 'replacecolor' },
|
|
|
|
+ { title: '美元', width: 120, dataIndex: 'amount', className: 'replacecolor' },
|
|
|
|
+ // { title: '金额', dataIndex: 'amount', width: 120, className: 'replacecolor' }
|
|
],
|
|
],
|
|
accidentListData: [],
|
|
accidentListData: [],
|
|
|
|
|