|
@@ -492,7 +492,7 @@ export default {
|
|
|
{
|
|
|
title: '车间',
|
|
|
checked: true,
|
|
|
- width: 100,
|
|
|
+ width: 150,
|
|
|
dataIndex: 'positionName'
|
|
|
},
|
|
|
// {
|
|
@@ -512,7 +512,7 @@ export default {
|
|
|
title: '设备名称',
|
|
|
checked: true,
|
|
|
dataIndex: 'name',
|
|
|
- width: 100
|
|
|
+ width: 150
|
|
|
},
|
|
|
{
|
|
|
title: '设备等级',
|
|
@@ -578,7 +578,7 @@ export default {
|
|
|
{
|
|
|
title: '厂牌',
|
|
|
dataIndex: 'producerId',
|
|
|
- width: 100,
|
|
|
+ width: 150,
|
|
|
checked: true
|
|
|
},
|
|
|
/* {
|
|
@@ -690,13 +690,13 @@ export default {
|
|
|
{
|
|
|
title: '报废日期',
|
|
|
dataIndex: 'scrapedDate',
|
|
|
- width: 120,
|
|
|
+ width: 150,
|
|
|
checked: true
|
|
|
},
|
|
|
{
|
|
|
title: '有效期限',
|
|
|
dataIndex: 'nextCheckDate',
|
|
|
- width: 120,
|
|
|
+ width: 150,
|
|
|
checked: true
|
|
|
},
|
|
|
/* {
|