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.
28 lines
403 B
28 lines
403 B
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
|
|
},
|
|
|
|
]
|
|
|