|
@@ -235,8 +235,8 @@ export default {
|
|
|
{ title: '责任单位事故金额($)', width: 170, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '公司承担事故金额(¥)', width: 170, dataIndex: 'pkorgAmountrmb', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '公司承担事故金额($)', width: 170, dataIndex: 'pkorgAmount', ellipsis: true, className: 'replacecolor' },
|
|
|
- { title: '标记(A)', width: 90, dataIndex: 'Ba', ellipsis: true, className: 'replacecolor' },
|
|
|
- { title: '标记(B)', width: 90, dataIndex: 'Bb', ellipsis: true, className: 'replacecolor' },
|
|
|
+ { title: '标记(A)', width: 90, dataIndex: 'signA', ellipsis: true, className: 'replacecolor' },
|
|
|
+ { title: '标记(B)', width: 90, dataIndex: 'signB', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },
|
|
|
|