|
@@ -269,6 +269,12 @@ import moment from 'moment'
|
|
|
dataIndex: 'responsibilityCompany',
|
|
|
width:100,
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'总金额',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'totalMoney',
|
|
|
+ width:100
|
|
|
+ },
|
|
|
{
|
|
|
title:'质量事故单主题',
|
|
|
align:"center",
|
|
@@ -316,12 +322,7 @@ import moment from 'moment'
|
|
|
customRender: (t) => ellipsis(t,8),
|
|
|
width:100
|
|
|
},
|
|
|
- {
|
|
|
- title:'总金额',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'totalMoney',
|
|
|
- width:100
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title:'状态',
|
|
|
align:"center",
|