|
@@ -212,8 +212,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '设备旧号',
|
|
|
- dataIndex: 'zbh',
|
|
|
- checked: true
|
|
|
+ dataIndex: 'zbh'
|
|
|
},
|
|
|
{
|
|
|
title: '设备类型',
|
|
@@ -233,6 +232,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '设备原值',
|
|
|
+ checked: true,
|
|
|
dataIndex: 'initialValue',
|
|
|
customRender: (text, record, index) => {
|
|
|
return this.BaseTool.Amount.formatter(text)
|
|
@@ -240,10 +240,12 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '购置日期',
|
|
|
+ checked: true,
|
|
|
dataIndex: 'buyDate'
|
|
|
},
|
|
|
{
|
|
|
title: '投用日期',
|
|
|
+ checked: true,
|
|
|
dataIndex: 'startDate'
|
|
|
},
|
|
|
{
|