Commit aee97ab3 authored by Gakki's avatar Gakki
parents e5c5fca0 16c1ebf3
......@@ -186,6 +186,19 @@ export default {
GET_TOUSUQUESTION_DETAILS: '/service-documents-ddd/tsDetial/{id}', //投诉问题详情
GET_TOUSUQUESTION_LIST: '/service-documents-ddd/tsRank', //投诉问题排行
GET_FEE_STANDARD_LIST: '/service-basicdatasync-ddd/property/costs' // 物业收费详情
GET_FEE_STANDARD_LIST: '/service-basicdatasync-ddd/property/costs', // 物业收费详情
/**
* 首页dashboard
*/
GET_IndustrySupervision: '/service-documents-ddd/statistical/hoMonthlyCheck/groupByStreet', //行业督查
GET_RiskDisposal: '/service-special/discover/statistical/discoverHandle', //当年风险处置情况
GET_ComplaintsTrain: '/service-report/elevator/ranking/{type}', //投诉直通车
GET_Creditratingranking: '/service-special/crdt/evlt/levelRanking', //信用管理等级排行
get_elevator_collect: 'service-report/elevator/collect', // 小区电梯加装情况
// get_specialInspection: '/service-documents-ddd/statistical/specialInspection', //行业督查数字
get_specialInspection: '/service-documents-ddd/statistical/specialInspection', //行业督查数字
get_month_check: 'service-documents-ddd/dashboard/house/month'
}
......@@ -64,9 +64,9 @@ export default {
}
},
data: [
{value: 335, name: '直接访问'},
{value: 135, name: '视频广告'},
{value: 148, name: '搜索引擎'}
// {value: 335, name: '直接访问'},
// {value: 135, name: '视频广告'},
// {value: 148, name: '搜索引擎'}
]
}
]
......
......@@ -624,7 +624,7 @@ export default {
}
//特殊处理更新时间
if (!!col.syncTime) {
col.syncTime = col.syncTime.slice(0, 4)+'-'+col.syncTime.slice(5, 7)+'-'+col.syncTime.slice(8, 10)
col.syncTime = col.syncTime.slice(0, 4)+'-'+col.syncTime.slice(4, 6)+'-'+col.syncTime.slice(6, 8)+' '+col.syncTime.slice(8, 10)+':'+col.syncTime.slice(10, 12)+':'+col.syncTime.slice(12, 14)
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment