Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
aee97ab3
Commit
aee97ab3
authored
Mar 03, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://git.omniview.pro:256/fangdi/housemanage/web/majorproject
into dev
parents
e5c5fca0
16c1ebf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
5 deletions
+18
-5
api.js
src/server/api.js
+14
-1
ManagementModule.vue
src/views/home/ManagementModule.vue
+3
-3
basicInfo.vue
src/views/houseData/basicInfo.vue
+1
-1
No files found.
src/server/api.js
View file @
aee97ab3
...
...
@@ -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'
}
src/views/home/ManagementModule.vue
View file @
aee97ab3
...
...
@@ -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: '搜索引擎'}
]
}
]
...
...
src/views/houseData/basicInfo.vue
View file @
aee97ab3
...
...
@@ -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
)
}
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment