|
@@ -156,14 +156,14 @@ export default {
|
|
|
return {
|
|
|
// 表头
|
|
|
columns: [
|
|
|
- {
|
|
|
- title: '英文名称',
|
|
|
- dataIndex: 'englishName',
|
|
|
- width: 120,
|
|
|
+ // {
|
|
|
+ // title: '英文名称',
|
|
|
+ // dataIndex: 'englishName',
|
|
|
+ // width: 120,
|
|
|
|
|
|
- fixed: 'left',
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // fixed: 'left',
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
@@ -174,9 +174,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '小po号',
|
|
|
- dataIndex: 'poNo',
|
|
|
+ dataIndex: 'smallPo',
|
|
|
width: 120,
|
|
|
-
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|