|
@@ -207,7 +207,7 @@ export default {
|
|
|
{ title: '事故金额(¥)', width: 120, dataIndex: 'accidentcnyAmount', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '事故金额($)', width: 120, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
|
|
|
- { title: '状态', width: 120,fixed: 'right', dataIndex: 'currentState', ellipsis: true, className: 'replacecolor' },
|
|
|
+ { title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },
|
|
|
|
|
|
{ title: '操作', width: 120 ,fixed: 'right', dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'action' } },
|
|
|
],
|