|
@@ -5,35 +5,40 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_shequguanli@2x.png'),
|
|
|
lableTitle: '社区管理',
|
|
|
toPage: 'communityManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'loudongguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_loudongguanli@2x.png'),
|
|
|
lableTitle: '楼栋管理',
|
|
|
toPage: 'buildingManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'fangwuguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_fangwuguanli@2x.png'),
|
|
|
lableTitle: '房屋管理',
|
|
|
toPage: 'assetManagement/housingManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shangpuguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_shangpuguanli@2x.png'),
|
|
|
lableTitle: '商铺管理',
|
|
|
toPage: 'assetManagement/shopManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'cheweiguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_cheweiguanli@2x.png'),
|
|
|
lableTitle: '车位管理',
|
|
|
toPage: 'parkingLotAdministration/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//住户管理
|
|
|
{
|
|
@@ -41,14 +46,16 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_zhuhuguanli@2x.png'),
|
|
|
lableTitle: '住户管理',
|
|
|
toPage: 'ownerManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'yezhushenhe',
|
|
|
imgPng: require('@assets/img/homePage/icon_yezhushenhe@2x.png'),
|
|
|
lableTitle: '业主审核',
|
|
|
toPage: 'ownerManagement/ownerReview/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//告警管理
|
|
|
{
|
|
@@ -56,14 +63,16 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_gaojingguanli@2x.png'),
|
|
|
lableTitle: '告警管理',
|
|
|
toPage: "alarmManagement/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'gaojingxiangqing',
|
|
|
imgPng: require('@assets/img/homePage/icon_gaojingxiangqing@2x.png'),
|
|
|
lableTitle: '告警详情',
|
|
|
toPage: 'alarmManagement/details',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//收费管理
|
|
|
{
|
|
@@ -71,77 +80,88 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_feiyongzhangdan@2x.png'),
|
|
|
lableTitle: '费用账单',
|
|
|
toPage: "payService/propertyFee/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shuifeiguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_shuifeiguanli@2x.png'),
|
|
|
lableTitle: '水费管理',
|
|
|
toPage: "payService/waterManagement/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'dianfeiguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_dianfeiguanli@2x.png'),
|
|
|
lableTitle: '电费管理',
|
|
|
toPage: "payService/electricManagement/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'cuijiao',
|
|
|
imgPng: require('@assets/img/homePage/icon_cuijiao@2x.png'),
|
|
|
lableTitle: '催缴',
|
|
|
toPage: "payService/call/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'jifeiguize',
|
|
|
imgPng: require('@assets/img/homePage/icon_jifeiguize@2x.png'),
|
|
|
lableTitle: '计费规则',
|
|
|
toPage: 'payService/billingRules/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shoufeishezhi',
|
|
|
imgPng: require('@assets/img/homePage/icon_shoufeishezhi@2x.png'),
|
|
|
lableTitle: '收费设置',
|
|
|
toPage: "payService/chargeSetting/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shoukuanzhanghao',
|
|
|
imgPng: require('@assets/img/homePage/icon_shoukuanzhanghao@2x.png'),
|
|
|
lableTitle: '收款账号',
|
|
|
toPage: "payService/collection/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'tongjibaobiao',
|
|
|
imgPng: require('@assets/img/homePage/icon_tongjibaobiao@2x.png'),
|
|
|
lableTitle: '统计报表',
|
|
|
toPage: "payService/statisticalReport/chargeStatistics",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shuifeimingxi',
|
|
|
imgPng: require('@assets/img/homePage/icon_shuifeimingxi@2x.png'),
|
|
|
lableTitle: '水费明细',
|
|
|
toPage: "payService/statisticalReport/waterChargeDetails",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'dianfeimingxi',
|
|
|
imgPng: require('@assets/img/homePage/icon_dianfeimingxi@2x.png'),
|
|
|
lableTitle: '电费明细',
|
|
|
toPage: "payService/statisticalReport/electricityBillDetails",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'xitongshezhi',
|
|
|
imgPng: require('@assets/img/homePage/icon_xitongshezhi@2x.png'),
|
|
|
lableTitle: '系统设置',
|
|
|
toPage: "payService/systemSetup/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//设备管理
|
|
|
{
|
|
@@ -149,21 +169,24 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_shebeiguanli@2x.png'),
|
|
|
lableTitle: '设备管理',
|
|
|
toPage: "deviceManagement/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'sheshiguanli',
|
|
|
imgPng: require('@assets/img/homePage/icon_sheshiguanli@2x.png'),
|
|
|
lableTitle: '设施管理',
|
|
|
toPage: "deviceManagement/indexFacilities",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'sheshileixing',
|
|
|
imgPng: require('@assets/img/homePage/icon_sheshileixing@2x.png'),
|
|
|
lableTitle: '设施类型',
|
|
|
toPage: "deviceManagement/indexType",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//运维管理
|
|
|
{
|
|
@@ -171,14 +194,16 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_gongdanguanli@2x.png'),
|
|
|
lableTitle: '工单管理',
|
|
|
toPage: "workOrders/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'gongdanjilu',
|
|
|
imgPng: require('@assets/img/homePage/icon_gongdanjilu@2x.png'),
|
|
|
lableTitle: '工单记录',
|
|
|
toPage: 'workOrders/records',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//设备设施巡检
|
|
|
{
|
|
@@ -186,14 +211,16 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_xunjianjihua@2x.png'),
|
|
|
lableTitle: '巡检计划',
|
|
|
toPage: "facilityInspections/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'xunjianjilu',
|
|
|
imgPng: require('@assets/img/homePage/icon_xunjianjilu@2x.png'),
|
|
|
lableTitle: '巡检记录',
|
|
|
toPage: 'facilityInspections/inspectionsRecords',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//巡更管理
|
|
|
{
|
|
@@ -201,21 +228,24 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_xungengdianwei@2x.png'),
|
|
|
lableTitle: '巡更点位',
|
|
|
toPage: "patrolManagement/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'xungengluxian',
|
|
|
imgPng: require('@assets/img/homePage/icon_xungengluxian@2x.png'),
|
|
|
lableTitle: '巡更路线',
|
|
|
toPage: "patrolManagement/patrolRoute",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'xungengjilu',
|
|
|
imgPng: require('@assets/img/homePage/icon_xungengjilu@2x.png'),
|
|
|
lableTitle: '巡更记录',
|
|
|
toPage: 'patrolManagement/patrolRecords',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
//物业管理
|
|
|
|
|
@@ -224,28 +254,32 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_tongzhigonggao@2x.png'),
|
|
|
lableTitle: '通知公告',
|
|
|
toPage: 'propertyManagement/inform',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'tousujianyi',
|
|
|
imgPng: require('@assets/img/homePage/icon_tousujianyi@2x.png'),
|
|
|
lableTitle: '投诉建议',
|
|
|
toPage: 'propertyManagement/index',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'shequlinli',
|
|
|
imgPng: require('@assets/img/homePage/icon_shequlinli@2x.png'),
|
|
|
toPage: "propertyManagement/neighbor",
|
|
|
lableTitle: '社区邻里',
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
{
|
|
|
id: 'wuyedianhua',
|
|
|
imgPng: require('@assets/img/homePage/icon_wuyedianhua@2x.png'),
|
|
|
lableTitle: '物业电话',
|
|
|
toPage: "propertyManagement/phone",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
|
|
|
// {
|
|
@@ -286,6 +320,7 @@ export const modelArr = [
|
|
|
imgPng: require('@assets/img/homePage/icon_liuchengguanli @2x.png'),
|
|
|
lableTitle: '流程管理',
|
|
|
toPage: "flow/index",
|
|
|
- checkbox: false
|
|
|
+ checkbox: false,
|
|
|
+ show: true,
|
|
|
},
|
|
|
]
|