Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
华国豪
CRM
Commits
00eb0497
Commit
00eb0497
authored
Mar 25, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加住房统计
parent
69dc0802
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
284 additions
and
3 deletions
+284
-3
App.vue
src/App.vue
+1
-1
room1.png
src/assets/img/tongji/room1.png
+0
-0
room2.png
src/assets/img/tongji/room2.png
+0
-0
room3.png
src/assets/img/tongji/room3.png
+0
-0
room4.png
src/assets/img/tongji/room4.png
+0
-0
festivalOrderList.vue
src/components/statistics/festivalOrderList.vue
+2
-1
festivalChart.vue
src/components/statistics/model/festivalChart.vue
+1
-1
roomStatistical.vue
src/components/statistics/roomStatistical.vue
+272
-0
router.js
src/router.js
+8
-0
No files found.
src/App.vue
View file @
00eb0497
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
@import
'./assets/css/tablevoerride.css'
;
@import
'./assets/css/tablevoerride.css'
;
@import
'./assets/global/font.css'
;
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_1627123_
79sjd75n6du
.css'
;
@import
'//at.alicdn.com/t/font_1627123_
c80k77dlq7f
.css'
;
@import
url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css')
;
@import
url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css')
;
/* @import './assets/css/common.css'; */
/* @import './assets/css/common.css'; */
@import
'./assets/css/init.css'
;
@import
'./assets/css/init.css'
;
...
...
src/assets/img/tongji/room1.png
0 → 100644
View file @
00eb0497
728 Bytes
src/assets/img/tongji/room2.png
0 → 100644
View file @
00eb0497
620 Bytes
src/assets/img/tongji/room3.png
0 → 100644
View file @
00eb0497
798 Bytes
src/assets/img/tongji/room4.png
0 → 100644
View file @
00eb0497
788 Bytes
src/components/statistics/festivalOrderList.vue
View file @
00eb0497
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
数据说明
</span>
<span>
数据说明
</span>
</div>
</div>
<div
class=
"sjsm"
>
<div
class=
"sjsm"
style=
"height:225px;"
>
<div
v-for=
"(item,index) in dataList"
:key=
"index"
>
<div
v-for=
"(item,index) in dataList"
:key=
"index"
>
<div
class=
"left"
>
<div
class=
"left"
>
<img
:src=
"getImgSrc(item.FestivalName)"
alt=
""
>
<img
:src=
"getImgSrc(item.FestivalName)"
alt=
""
>
...
@@ -279,6 +279,7 @@ export default {
...
@@ -279,6 +279,7 @@ export default {
this
.
totalCount
+=
x
.
OrderCount
;
this
.
totalCount
+=
x
.
OrderCount
;
})
})
}
}
});
});
},
},
//获取对应节日图片
//获取对应节日图片
...
...
src/components/statistics/model/festivalChart.vue
View file @
00eb0497
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
name
:
''
name
:
''
}
}
// obj.value=((x.OrderCount / this.totalCount * 10000) / 100.00).toFixed(1);
// obj.value=((x.OrderCount / this.totalCount * 10000) / 100.00).toFixed(1);
obj
.
value
=
x
.
OrderCount
;
obj
.
value
=
x
.
ShopMoney
;
obj
.
name
=
x
.
FestivalName
obj
.
name
=
x
.
FestivalName
this
.
data
.
push
(
obj
);
this
.
data
.
push
(
obj
);
});
});
...
...
src/components/statistics/roomStatistical.vue
0 → 100644
View file @
00eb0497
This diff is collapsed.
Click to expand it.
src/router.js
View file @
00eb0497
...
@@ -203,6 +203,14 @@ export default new Router({
...
@@ -203,6 +203,14 @@ export default new Router({
title
:
"资产"
title
:
"资产"
}
}
},
},
{
path
:
"/roomStatistical"
,
name
:
"roomStatistical"
,
component
:
()
=>
import
(
'./components/statistics/roomStatistical.vue'
),
meta
:
{
title
:
"住房统计"
}
},
{
{
path
:
"/season"
,
path
:
"/season"
,
name
:
"season"
,
name
:
"season"
,
...
...
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