|
@@ -369,26 +369,23 @@ export default {
|
|
dd: undefined,
|
|
dd: undefined,
|
|
// 表头
|
|
// 表头
|
|
columns: [
|
|
columns: [
|
|
- /* {
|
|
|
|
- title: '序号',
|
|
|
|
- dataIndex: 'index',
|
|
|
|
- width: 100,
|
|
|
|
- checked: true,
|
|
|
|
- customRender: (text, record, index) => {
|
|
|
|
- return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
|
|
|
|
- }
|
|
|
|
- }, */
|
|
|
|
|
|
+ {
|
|
|
|
+ title: '资产编',
|
|
|
|
+ dataIndex: 'financingNo',
|
|
|
|
+ width: 120,
|
|
|
|
+ checked: true
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '设备位置',
|
|
title: '设备位置',
|
|
checked: true,
|
|
checked: true,
|
|
width: 200,
|
|
width: 200,
|
|
- dataIndex: 'positionName',
|
|
|
|
|
|
+ dataIndex: 'positionName'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '设备名称',
|
|
title: '设备名称',
|
|
checked: true,
|
|
checked: true,
|
|
width: 200,
|
|
width: 200,
|
|
- dataIndex: 'name',
|
|
|
|
|
|
+ dataIndex: 'name'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '设备位号',
|
|
title: '设备位号',
|