|
@@ -144,7 +144,7 @@ export default {
|
|
|
title: '订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
width: 180,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 150,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|