|
@@ -101,7 +101,7 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- :scroll="{x: 1000}"
|
|
|
+ :scroll="{x: 1635}"
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
|
|
|
@change="handleTableChange">
|
|
|
|
|
@@ -210,6 +210,8 @@ import moment from 'moment'
|
|
|
title:'财务备注',
|
|
|
align:"center",
|
|
|
dataIndex: 'financeRemark',
|
|
|
+ customRender: (t) => ellipsis(t),
|
|
|
+ width:240,
|
|
|
},
|
|
|
{
|
|
|
title:'质量事故单主题',
|