|
@@ -214,7 +214,7 @@ import moment from 'moment'
|
|
|
align:"center",
|
|
|
ellipsis: true,
|
|
|
dataIndex: 'accidentData',
|
|
|
- width:130
|
|
|
+ width:100
|
|
|
|
|
|
},
|
|
|
{
|
|
@@ -222,35 +222,35 @@ import moment from 'moment'
|
|
|
align:"center",
|
|
|
customRender: (t) => ellipsis(t),
|
|
|
dataIndex: 'accidentNumber',
|
|
|
- width:150
|
|
|
+ width:120
|
|
|
},
|
|
|
{
|
|
|
title:'财务备注',
|
|
|
align:"center",
|
|
|
dataIndex: 'financeRemark',
|
|
|
- customRender: (t) => ellipsis(t,30),
|
|
|
- width:400,
|
|
|
+ customRender: (t) => ellipsis(t,20),
|
|
|
+ width:250,
|
|
|
},
|
|
|
{
|
|
|
title:'U8生成运费发票号',
|
|
|
align:"center",
|
|
|
dataIndex: 'u8Invoices',
|
|
|
- width:150,
|
|
|
+ width:149,
|
|
|
},
|
|
|
{
|
|
|
- title:'质量事故单主题',
|
|
|
+ title:'责任单位',
|
|
|
align:"center",
|
|
|
- customRender: (t) => ellipsis(t,25),
|
|
|
- dataIndex: 'accidentTheme',
|
|
|
- width:360,
|
|
|
- ellipsis: true,
|
|
|
+ // customRender: (t) => ellipsis(t),
|
|
|
+ dataIndex: 'responsibilityCompany',
|
|
|
+ width:100,
|
|
|
},
|
|
|
{
|
|
|
- title:'责任单位',
|
|
|
+ title:'质量事故单主题',
|
|
|
align:"center",
|
|
|
- customRender: (t) => ellipsis(t),
|
|
|
- dataIndex: 'responsibilityCompany',
|
|
|
- width:150,
|
|
|
+ customRender: (t) => ellipsis(t,15),
|
|
|
+ dataIndex: 'accidentTheme',
|
|
|
+ width:200,
|
|
|
+ ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title:'责任人1',
|