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
3ec952d6
Commit
3ec952d6
authored
Sep 08, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8578f94a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
57 deletions
+60
-57
router.js
src/router.js
+9
-0
DrainageSummaryStatistics.vue
src/views/workstatistics/DrainageSummaryStatistics.vue
+51
-57
No files found.
src/router.js
View file @
3ec952d6
...
...
@@ -420,6 +420,15 @@ export default new Router({
title
:
"引流账号设置"
}
},
{
path
:
"/DrainageRankingStatistics"
,
name
:
"DrainageRankingStatistics"
,
component
:
()
=>
import
(
'./views/workstatistics/DrainageRankingStatistics'
),
meta
:
{
title
:
"引流排名统计"
}
},
{
path
:
"/roomStatistical"
,
name
:
"roomStatistical"
,
...
...
src/views/workstatistics/DrainageSummaryStatistics.vue
View file @
3ec952d6
...
...
@@ -41,7 +41,7 @@
</el-row>
</div>
<div
class=
"activeBox"
>
<div
v-for=
"item in
activ
eList"
@
click=
"clickActive(item)"
<div
v-for=
"item in
PlatformTyp
eList"
@
click=
"clickActive(item)"
:class=
"
{'active':msg.PlatformType==item.Id}">
{{
item
.
Name
}}
</div>
...
...
@@ -54,6 +54,7 @@
:border=
"true"
:fit=
"true"
v-loading=
"loading"
:default-sort =
"
{prop: 'date', order: 'descending'}"
>
<el-table-column
width=
"200"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"130"
prop=
"State"
label=
"状态"
>
...
...
@@ -76,41 +77,32 @@
</template>
</el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"FansRate"
label=
"粉丝成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"90"
prop=
"FansNum"
label=
"粉丝数"
sortable
></el-table-column>
<el-table-column
width=
"1
10"
prop=
"FansRate"
label=
"粉丝成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.FansRate
<0
}"
>
{{
scope
.
row
.
FansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"120"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"近七天新增粉丝量"
placement=
"top-start"
>
<p>
近七天新增粉丝量
</p>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
AddFansNum
}}
</
template
>
</el-table-column>
<el-table-column
width=
"120"
prop=
"AddFansRate"
label=
"近7天粉丝增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"150"
prop=
"AddFansNum"
label=
"近七天新增粉丝量"
sortable
></el-table-column>
<el-table-column
width=
"150"
prop=
"AddFansRate"
label=
"近7天粉丝增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.AddFansRate
<0
}"
>
{{
scope
.
row
.
AddFansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"CollectNum"
label=
"获赞与收藏"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"CollectRate"
label=
"获赞与收藏增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
10"
prop=
"CollectNum"
label=
"获赞与收藏"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"CollectRate"
label=
"获赞与收藏增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.CollectRate
<0
}"
>
{{
scope
.
row
.
CollectRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"VisitorNum"
label=
"近七天主页访客"
></el-table-column>
<el-table-column
width=
"1
70"
prop=
"VisitorRate"
label=
"近七天主页访客增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
40"
prop=
"VisitorNum"
label=
"近七天主页访客"
sortable
></el-table-column>
<el-table-column
width=
"1
80"
prop=
"VisitorRate"
label=
"近七天主页访客增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.VisitorRate
<0
}"
>
{{
scope
.
row
.
VisitorRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"LookNum"
label=
"近七天观看数"
></el-table-column>
<el-table-column
width=
"1
40"
prop=
"LookRate"
label=
"近七天观看数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
30"
prop=
"LookNum"
label=
"近七天观看数"
sortable
></el-table-column>
<el-table-column
width=
"1
70"
prop=
"LookRate"
label=
"近七天观看数增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.LookRate
<0
}"
>
{{
scope
.
row
.
LookRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"InteractionNum"
label=
"近七天互动数"
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"InteractionRate"
label=
"近七天互动数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
30"
prop=
"InteractionNum"
label=
"近七天互动数"
sortable
></el-table-column>
<el-table-column
width=
"1
70"
prop=
"InteractionRate"
label=
"近七天互动数增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.InteractionRate
<0
}"
>
{{
scope
.
row
.
InteractionRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"
90"
prop=
"DiscussNum"
label=
"近七天评论"
></el-table-column>
<el-table-column
width=
"150"
prop=
"DiscussRate"
label=
"近七天评论增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"
110"
prop=
"DiscussNum"
label=
"近七天评论"
sortable
></el-table-column>
<el-table-column
width=
"150"
prop=
"DiscussRate"
label=
"近七天评论增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.DiscussRate
<0
}"
>
{{
scope
.
row
.
DiscussRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"SecondsNum"
label=
"近七天观看总时长(秒)"
></el-table-column>
<el-table-column
width=
"1
70"
prop=
"SecondsRate"
label=
"近七天观看总时长增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
80"
prop=
"SecondsNum"
label=
"近七天观看总时长(秒)"
sortable
></el-table-column>
<el-table-column
width=
"1
90"
prop=
"SecondsRate"
label=
"近七天观看总时长增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.SecondsRate
<0
}"
>
{{
scope
.
row
.
SecondsRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"
80"
prop=
"NoteNum"
label=
"笔记数"
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"NoteRate"
label=
"笔记数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"
90"
prop=
"NoteNum"
label=
"笔记数"
sortable
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"NoteRate"
label=
"笔记数增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
label=
"操作"
v-if=
"isPermission"
>
...
...
@@ -127,6 +119,7 @@
:border=
"true"
:fit=
"true"
v-loading=
"loading"
:default-sort =
"{prop: 'date', order: 'descending'}"
>
<el-table-column
width=
"200"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"130"
prop=
"State"
label=
"状态"
>
...
...
@@ -149,21 +142,21 @@
</template>
</el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"FansRate"
label=
"近七天粉丝成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"90"
prop=
"FansNum"
label=
"粉丝数"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"FansRate"
label=
"近七天粉丝成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.FansRate
<0
}"
>
{{
scope
.
row
.
FansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"AddFansNum"
label=
"近七天关注"
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"AddFansRate"
label=
"近7天关注增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
10"
prop=
"AddFansNum"
label=
"近七天关注"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"AddFansRate"
label=
"近7天关注增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.AddFansRate
<0
}"
>
{{
scope
.
row
.
AddFansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"CollectNum"
label=
"昨日阅读量"
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"VisitorNum"
label=
"近七天阅读(播放)量"
></el-table-column>
<el-table-column
width=
"
180"
prop=
"VisitorRate"
label=
"近七天阅读(播放)量增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
10"
prop=
"CollectNum"
label=
"昨日阅读量"
sortable
></el-table-column>
<el-table-column
width=
"1
60"
prop=
"VisitorNum"
label=
"近七天阅读(播放)量"
sortable
></el-table-column>
<el-table-column
width=
"
200"
prop=
"VisitorRate"
label=
"近七天阅读(播放)量增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.VisitorRate
<0
}"
>
{{
scope
.
row
.
VisitorRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
70"
prop=
"LookNum"
label=
"近一个月阅读(播放)量"
></el-table-column>
<el-table-column
width=
"2
00"
prop=
"LookRate"
label=
"近一个月阅读(播放)量增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
80"
prop=
"LookNum"
label=
"近一个月阅读(播放)量"
sortable
></el-table-column>
<el-table-column
width=
"2
20"
prop=
"LookRate"
label=
"近一个月阅读(播放)量增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.LookRate
<0
}"
>
{{
scope
.
row
.
LookRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"100"
prop=
"InteractionNum"
label=
"总微博数"
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"InteractionRate"
label=
"总微博数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"100"
prop=
"InteractionNum"
label=
"总微博数"
sortable
></el-table-column>
<el-table-column
width=
"1
40"
prop=
"InteractionRate"
label=
"总微博数增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.InteractionRate
<0
}"
>
{{
scope
.
row
.
InteractionRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
label=
"操作"
v-if=
"isPermission"
>
...
...
@@ -179,6 +172,7 @@
:border=
"true"
:fit=
"true"
v-loading=
"loading"
:default-sort =
"{prop: 'date', order: 'descending'}"
>
<el-table-column
width=
"200"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"130"
prop=
"State"
label=
"状态"
>
...
...
@@ -201,32 +195,32 @@
</template>
</el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"FansRate"
label=
"粉丝成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"90"
prop=
"FansNum"
label=
"粉丝数"
sortable
></el-table-column>
<el-table-column
width=
"1
10"
prop=
"FansRate"
label=
"粉丝成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.FansRate
<0
}"
>
{{
scope
.
row
.
FansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"AddFansNum"
label=
"近七天关注"
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"AddFansRate"
label=
"关注成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
10"
prop=
"AddFansNum"
label=
"近七天关注"
sortable
></el-table-column>
<el-table-column
width=
"1
10"
prop=
"AddFansRate"
label=
"关注成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.AddFansRate
<0
}"
>
{{
scope
.
row
.
AddFansRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"CollectNum"
label=
"近七天获赞"
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"CollectRate"
label=
"获赞增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
10"
prop=
"CollectNum"
label=
"近七天获赞"
sortable
></el-table-column>
<el-table-column
width=
"1
10"
prop=
"CollectRate"
label=
"获赞增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.CollectRate
<0
}"
>
{{
scope
.
row
.
CollectRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"150"
prop=
"VisitorNum"
label=
"近七天内播放总量"
></el-table-column>
<el-table-column
width=
"1
20"
prop=
"VisitorRate"
label=
"播放总量成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"150"
prop=
"VisitorNum"
label=
"近七天内播放总量"
sortable
></el-table-column>
<el-table-column
width=
"1
40"
prop=
"VisitorRate"
label=
"播放总量成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.VisitorRate
<0
}"
>
{{
scope
.
row
.
VisitorRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"LookNum"
label=
"近七天主页访问"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"LookRate"
label=
"主页访问成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
40"
prop=
"LookNum"
label=
"近七天主页访问"
sortable
></el-table-column>
<el-table-column
width=
"1
40"
prop=
"LookRate"
label=
"主页访问成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.LookRate
<0
}"
>
{{
scope
.
row
.
LookRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"InteractionNum"
label=
"近七天作品点赞数"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"InteractionRate"
label=
"作品点赞数成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
50"
prop=
"InteractionNum"
label=
"近七天作品点赞数"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"InteractionRate"
label=
"作品点赞数成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.InteractionRate
<0
}"
>
{{
scope
.
row
.
InteractionRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"DiscussNum"
label=
"近七天新增粉丝数"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"DiscussRate"
label=
"新增粉丝成长率 "
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
50"
prop=
"DiscussNum"
label=
"近七天新增粉丝数"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"DiscussRate"
label=
"新增粉丝成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.DiscussRate
<0
}"
>
{{
scope
.
row
.
DiscussRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"SecondsNum"
label=
"近七天作品评论数"
></el-table-column>
<el-table-column
width=
"1
30"
prop=
"SecondsRate"
label=
"作品评论数成长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
50"
prop=
"SecondsNum"
label=
"近七天作品评论数"
sortable
></el-table-column>
<el-table-column
width=
"1
50"
prop=
"SecondsRate"
label=
"作品评论数成长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.SecondsRate
<0
}"
>
{{
scope
.
row
.
SecondsRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"1
00"
prop=
"NoteNum"
label=
"近七天作品数"
></el-table-column>
<el-table-column
width=
"
90"
prop=
"NoteRate"
label=
"作品增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"1
30"
prop=
"NoteNum"
label=
"近七天作品数"
sortable
></el-table-column>
<el-table-column
width=
"
110"
prop=
"NoteRate"
label=
"作品增长率"
sortable
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
label=
"操作"
v-if=
"isPermission"
>
...
...
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