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.
75 lines
1.5 KiB
75 lines
1.5 KiB
const width=80
|
|
export default [
|
|
{
|
|
key: 'orgName',
|
|
title: '组织',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'userCount',
|
|
title: '用户数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'resiCount',
|
|
title: '居民数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'partyCount',
|
|
title: '党员数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'groupCount',
|
|
title: '小组数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'topicCount',
|
|
title: '话题数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'issueCount',
|
|
title: '议题数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'projectCount',
|
|
title: '项目数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'closedProjectCount',
|
|
title: '结案项目数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'patrolPeopleCount',
|
|
title: '巡查人数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'patrolCount',
|
|
title: '巡查次数',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
},
|
|
{
|
|
key: 'patrolDuration',
|
|
title: '巡查时长',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
width: width
|
|
}
|
|
]
|
|
|