|
@@ -549,11 +549,19 @@
|
|
|
loading: false,
|
|
|
dataSource: [],
|
|
|
columns: [
|
|
|
+ {
|
|
|
+ title:'序号',
|
|
|
+ align:"center",
|
|
|
+ ellipsis: true,
|
|
|
+ dataIndex: 'sort',
|
|
|
+ width:'4%'
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
align: "center",
|
|
|
dataIndex: 'planNumber',
|
|
|
- width: 140,
|
|
|
+
|
|
|
width: '7%',
|
|
|
// scopedSlots: { customRender: 'planNumber' },
|
|
|
},
|
|
@@ -561,7 +569,7 @@
|
|
|
title: '事故类型',
|
|
|
align: "center",
|
|
|
dataIndex: 'accidentType',
|
|
|
- width: 140,
|
|
|
+
|
|
|
width: '7%',
|
|
|
// scopedSlots: { customRender: 'accidentType' },
|
|
|
},
|
|
@@ -576,7 +584,7 @@
|
|
|
title: '事故金额',
|
|
|
align: "center",
|
|
|
dataIndex: 'accidentSum',
|
|
|
- width: 140,
|
|
|
+
|
|
|
width: '7%',
|
|
|
// scopedSlots: { customRender: 'accidentSum' },
|
|
|
},
|
|
@@ -584,7 +592,7 @@
|
|
|
title: '汇率',
|
|
|
align: "center",
|
|
|
dataIndex: 'exchangeRate',
|
|
|
- width: 140,
|
|
|
+
|
|
|
width: '9%',
|
|
|
// scopedSlots: { customRender: 'exchangeRate' },
|
|
|
},
|
|
@@ -592,7 +600,7 @@
|
|
|
title: '实际事故金额',
|
|
|
align: "center",
|
|
|
dataIndex: 'practicalSum',
|
|
|
- width: 140,
|
|
|
+
|
|
|
width: '7%',
|
|
|
// scopedSlots: { customRender: 'practicalSum' },
|
|
|
},
|
|
@@ -615,7 +623,7 @@
|
|
|
title: '备注',
|
|
|
align: "center",
|
|
|
dataIndex: 'remark',
|
|
|
- width: '20%',
|
|
|
+ width: '16%',
|
|
|
// scopedSlots: { customRender: 'remark' },
|
|
|
},
|
|
|
|