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
112debf0
Commit
112debf0
authored
Sep 06, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
777132a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
33 deletions
+54
-33
DrainageSummaryStatistics.vue
src/views/workstatistics/DrainageSummaryStatistics.vue
+54
-33
No files found.
src/views/workstatistics/DrainageSummaryStatistics.vue
View file @
112debf0
...
@@ -51,14 +51,13 @@
...
@@ -51,14 +51,13 @@
v-if=
"msg.PlatformType==1"
v-if=
"msg.PlatformType==1"
:data=
"dataList"
:data=
"dataList"
style=
"width: 100%"
style=
"width: 100%"
:height=
"dataList&&dataList.length>0?500:100"
:border=
"true"
:border=
"true"
:fit=
"true"
:fit=
"true"
v-loading=
"loading"
v-loading=
"loading"
>
>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
><
template
slot-scope=
"scope"
></
template
><
/el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"100"
prop=
"FansRate"
label=
"粉丝成长率"
></el-table-column>
<el-table-column
width=
"100"
prop=
"FansRate"
label=
"粉丝成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
FansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"120"
>
<el-table-column
width=
"120"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"近七天新增粉丝量"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"近七天新增粉丝量"
placement=
"top-start"
>
...
@@ -69,74 +68,90 @@
...
@@ -69,74 +68,90 @@
{{
scope
.
row
.
AddFansNum
}}
{{
scope
.
row
.
AddFansNum
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"120"
prop=
"AddFansRate"
label=
"近7天粉丝增长率"
></el-table-column>
<el-table-column
width=
"120"
prop=
"AddFansRate"
label=
"近7天粉丝增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
AddFansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"CollectNum"
label=
"获赞与收藏"
></el-table-column>
<el-table-column
width=
"100"
prop=
"CollectNum"
label=
"获赞与收藏"
></el-table-column>
<el-table-column
width=
"130"
prop=
"CollectRate"
label=
"获赞与收藏增长率"
></el-table-column>
<el-table-column
width=
"130"
prop=
"CollectRate"
label=
"获赞与收藏增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CollectRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorNum"
label=
"近七天主页访客"
></el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorNum"
label=
"近七天主页访客"
></el-table-column>
<el-table-column
width=
"170"
prop=
"VisitorRate"
label=
"近七天主页访客增长率"
></el-table-column>
<el-table-column
width=
"170"
prop=
"VisitorRate"
label=
"近七天主页访客增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
VisitorRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"120"
prop=
"LookNum"
label=
"近七天观看数"
></el-table-column>
<el-table-column
width=
"120"
prop=
"LookNum"
label=
"近七天观看数"
></el-table-column>
<el-table-column
width=
"140"
prop=
"LookRate"
label=
"近七天观看数增长率"
></el-table-column>
<el-table-column
width=
"140"
prop=
"LookRate"
label=
"近七天观看数增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LookRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"InteractionNum"
label=
"近七天互动数"
></el-table-column>
<el-table-column
width=
"100"
prop=
"InteractionNum"
label=
"近七天互动数"
></el-table-column>
<el-table-column
width=
"150"
prop=
"InteractionRate"
label=
"近七天互动数增长率"
></el-table-column>
<el-table-column
width=
"150"
prop=
"InteractionRate"
label=
"近七天互动数增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
InteractionRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"90"
prop=
"DiscussNum"
label=
"近七天评论"
></el-table-column>
<el-table-column
width=
"90"
prop=
"DiscussNum"
label=
"近七天评论"
></el-table-column>
<el-table-column
width=
"150"
prop=
"DiscussRate"
label=
"近七天评论增长率"
></el-table-column>
<el-table-column
width=
"150"
prop=
"DiscussRate"
label=
"近七天评论增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DiscussRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"150"
prop=
"SecondsNum"
label=
"近七天观看总时长(秒)"
></el-table-column>
<el-table-column
width=
"150"
prop=
"SecondsNum"
label=
"近七天观看总时长(秒)"
></el-table-column>
<el-table-column
width=
"170"
prop=
"SecondsRate"
label=
"近七天观看总时长增长率"
></el-table-column>
<el-table-column
width=
"170"
prop=
"SecondsRate"
label=
"近七天观看总时长增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
SecondsRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"80"
prop=
"NoteNum"
label=
"笔记数"
></el-table-column>
<el-table-column
width=
"80"
prop=
"NoteNum"
label=
"笔记数"
></el-table-column>
<el-table-column
width=
"120"
prop=
"NoteRate"
label=
"笔记数增长率"
></el-table-column>
<el-table-column
width=
"120"
prop=
"NoteRate"
label=
"笔记数增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
NoteRate
}}
%
</
template
><
/el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"150"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"primary"
plain
icon=
"el-icon-edit"
@
click=
"editAccount(scope.row)"
></el-button>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<el-table
<el-table
v-if=
"msg.PlatformType==2"
v-if=
"msg.PlatformType==2"
:data=
"dataList"
:data=
"dataList"
style=
"width: 100%"
style=
"width: 100%"
:height=
"dataList&&dataList.length>0?500:100"
:border=
"true"
:border=
"true"
:fit=
"true"
:fit=
"true"
v-loading=
"loading"
v-loading=
"loading"
>
>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
><
template
slot-scope=
"scope"
></
template
><
/el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"130"
prop=
"FansRate"
label=
"近七天粉丝成长率"
></el-table-column>
<el-table-column
width=
"130"
prop=
"FansRate"
label=
"近七天粉丝成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
FansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"AddFansNum"
label=
"近七天关注"
></el-table-column>
<el-table-column
width=
"100"
prop=
"AddFansNum"
label=
"近七天关注"
></el-table-column>
<el-table-column
width=
"120"
prop=
"AddFansRate"
label=
"近7天关注增长率"
></el-table-column>
<el-table-column
width=
"120"
prop=
"AddFansRate"
label=
"近7天关注增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
AddFansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"CollectNum"
label=
"昨日阅读量"
></el-table-column>
<el-table-column
width=
"100"
prop=
"CollectNum"
label=
"昨日阅读量"
></el-table-column>
<el-table-column
width=
"150"
prop=
"CollectRate"
label=
"近七天阅读(播放)量"
></el-table-column>
<el-table-column
width=
"150"
prop=
"CollectRate"
label=
"近七天阅读(播放)量"
></el-table-column>
<el-table-column
width=
"180"
prop=
"VisitorNum"
label=
"近七天阅读(播放)量增长率"
></el-table-column>
<el-table-column
width=
"180"
prop=
"VisitorNum"
label=
"近七天阅读(播放)量增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
VisitorNum
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"170"
prop=
"VisitorRate"
label=
"近一个月阅读(播放)量"
></el-table-column>
<el-table-column
width=
"170"
prop=
"VisitorRate"
label=
"近一个月阅读(播放)量"
></el-table-column>
<el-table-column
width=
"200"
prop=
"LookNum"
label=
"近一个月阅读(播放)量增长率"
></el-table-column>
<el-table-column
width=
"200"
prop=
"LookNum"
label=
"近一个月阅读(播放)量增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LookNum
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"LookRate"
label=
"总微博数"
></el-table-column>
<el-table-column
width=
"100"
prop=
"LookRate"
label=
"总微博数"
></el-table-column>
<el-table-column
width=
"120"
prop=
"InteractionNum"
label=
"总微博数增长率"
></el-table-column>
<el-table-column
width=
"120"
prop=
"InteractionNum"
label=
"总微博数增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
InteractionNum
}}
%
</
template
><
/el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"150"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"primary"
plain
icon=
"el-icon-edit"
@
click=
"editAccount(scope.row)"
></el-button>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<el-table
<el-table
v-if=
"msg.PlatformType==3"
v-if=
"msg.PlatformType==3"
:data=
"dataList"
:data=
"dataList"
:height=
"dataList&&dataList.length>0?500:100"
:border=
"true"
:border=
"true"
:fit=
"true"
:fit=
"true"
v-loading=
"loading"
v-loading=
"loading"
>
>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"100"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
><
template
slot-scope=
"scope"
></
template
><
/el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
<el-table-column
width=
"100"
prop=
"FansRate"
label=
"粉丝成长率"
></el-table-column>
<el-table-column
width=
"100"
prop=
"FansRate"
label=
"粉丝成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
FansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"80"
prop=
"AddFansNum"
label=
"关注"
></el-table-column>
<el-table-column
width=
"80"
prop=
"AddFansNum"
label=
"关注"
></el-table-column>
<el-table-column
width=
"100"
prop=
"AddFansRate"
label=
"关注成长率"
></el-table-column>
<el-table-column
width=
"100"
prop=
"AddFansRate"
label=
"关注成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
AddFansRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"80"
prop=
"CollectNum"
label=
"获赞"
></el-table-column>
<el-table-column
width=
"80"
prop=
"CollectNum"
label=
"获赞"
></el-table-column>
<el-table-column
width=
"100"
prop=
"CollectRate"
label=
"获赞增长率"
></el-table-column>
<el-table-column
width=
"100"
prop=
"CollectRate"
label=
"获赞增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CollectRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorNum"
label=
"七天内播放总量"
></el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorNum"
label=
"七天内播放总量"
></el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorRate"
label=
"播放总量成长率"
></el-table-column>
<el-table-column
width=
"120"
prop=
"VisitorRate"
label=
"播放总量成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
VisitorRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"120"
prop=
"LookNum"
label=
"
播放总量成长率
"
></el-table-column>
<el-table-column
width=
"120"
prop=
"LookNum"
label=
"
主页访问
"
></el-table-column>
<el-table-column
width=
"90"
prop=
"LookRate"
label=
"主页访问
"
></el-table-column>
<el-table-column
width=
"90"
prop=
"LookRate"
label=
"主页访问
成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
LookRate
}}
%
</
template
></el-table-column>
<el-table-column
width=
"120"
prop=
"InteractionNum"
label=
"
主页访问成长率
"
></el-table-column>
<el-table-column
width=
"120"
prop=
"InteractionNum"
label=
"
作品点赞数
"
></el-table-column>
<el-table-column
width=
"100"
prop=
"InteractionRate"
label=
"作品点赞数
"
></el-table-column>
<el-table-column
width=
"100"
prop=
"InteractionRate"
label=
"作品点赞数
成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
InteractionRate
}}
%
</
template
></el-table-column>
<el-table-column
width=
"90"
prop=
"DiscussNum"
label=
"新增粉丝数"
></el-table-column>
<el-table-column
width=
"90"
prop=
"DiscussNum"
label=
"新增粉丝数"
></el-table-column>
<el-table-column
width=
"130"
prop=
"DiscussRate"
label=
"新增粉丝数成长率 "
></el-table-column>
<el-table-column
width=
"130"
prop=
"DiscussRate"
label=
"新增粉丝数成长率 "
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DiscussRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"100"
prop=
"SecondsNum"
label=
"作品评论数"
></el-table-column>
<el-table-column
width=
"100"
prop=
"SecondsNum"
label=
"作品评论数"
></el-table-column>
<el-table-column
width=
"150"
prop=
"SecondsRate"
label=
"作品评论数成长率"
></el-table-column>
<el-table-column
width=
"150"
prop=
"SecondsRate"
label=
"作品评论数成长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
SecondsRate
}}
%
</
template
><
/el-table-column>
<el-table-column
width=
"80"
prop=
"NoteNum"
label=
"作品数"
></el-table-column>
<el-table-column
width=
"80"
prop=
"NoteNum"
label=
"作品数"
></el-table-column>
<el-table-column
width=
"90"
prop=
"NoteRate"
label=
"作品增长率"
></el-table-column>
<el-table-column
width=
"90"
prop=
"NoteRate"
label=
"作品增长率"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
NoteRate
}}
%
</
template
><
/el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"150"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"primary"
plain
icon=
"el-icon-edit"
@
click=
"editAccount(scope.row)"
></el-button>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<div
class=
"ranking-form"
v-if=
"msg.PlatformType!=2"
>
<div
class=
"ranking-form"
v-if=
"msg.PlatformType!=2"
>
...
@@ -424,6 +439,13 @@
...
@@ -424,6 +439,13 @@
},
},
methods
:
{
methods
:
{
delAccount
(
row
){
},
// 修改引流账号
editAccount
(
row
){
},
closedDialog
()
{
closedDialog
()
{
this
.
dialogTableVisible
=
false
this
.
dialogTableVisible
=
false
this
.
resetForm
(
'form'
)
this
.
resetForm
(
'form'
)
...
@@ -455,11 +477,10 @@
...
@@ -455,11 +477,10 @@
this
.
UploadFlowStat
(
params
,
file
.
file
,
(
res
)
=>
{
this
.
UploadFlowStat
(
params
,
file
.
file
,
(
res
)
=>
{
this
.
loadingB
=
false
;
this
.
loadingB
=
false
;
this
.
loadingText
=
""
;
this
.
loadingText
=
""
;
console
.
log
(
res
.
data
,
'---'
)
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dialogTableVisible
=
false
;
this
.
dialogTableVisible
=
false
;
this
.
Success
(
"导入引流成功!"
);
this
.
Success
(
"导入引流成功!"
);
this
.
init
()
this
.
getEnumerate
()
}
else
{
}
else
{
this
.
errText
=
res
.
data
.
message
this
.
errText
=
res
.
data
.
message
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
...
...
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