You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
403 B
29 lines
403 B
3 years ago
|
export default [
|
||
|
{
|
||
|
key: 'index',
|
||
|
title: '序号',
|
||
|
display: ['table'],
|
||
|
fixed: false,
|
||
|
block: true,
|
||
|
width: 120
|
||
|
},
|
||
|
{
|
||
|
key: 'neighborHoodName',
|
||
|
title: '所属小区',
|
||
|
display: ['table'],
|
||
|
fixed: false,
|
||
|
block: true,
|
||
|
width: 100
|
||
|
},
|
||
|
|
||
|
|
||
|
{
|
||
|
key: 'buildingName',
|
||
|
title: '所属楼宇',
|
||
|
display: [ 'table'],
|
||
|
block: true,
|
||
|
width: 60
|
||
|
},
|
||
|
|
||
|
]
|