|
@@ -91,14 +91,14 @@ export default {
|
|
|
{
|
|
|
title: '订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
- width: 120,
|
|
|
+ width: 180,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
- width: 100,
|
|
|
+ width: 150,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -213,6 +213,7 @@ export default {
|
|
|
{
|
|
|
title: '客户名称',
|
|
|
dataIndex: 'customerName',
|
|
|
+ customRender: t => ellipsis(t),
|
|
|
width: 220,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -329,7 +330,7 @@ export default {
|
|
|
{
|
|
|
title: '订单子表ID',
|
|
|
dataIndex: 'syOrderDataItemId',
|
|
|
- width: 320,
|
|
|
+ width: 450,
|
|
|
// fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
}
|