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
28d4f933
Commit
28d4f933
authored
Sep 06, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b158c9ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
DrainageSummaryStatistics.vue
src/views/workstatistics/DrainageSummaryStatistics.vue
+9
-9
No files found.
src/views/workstatistics/DrainageSummaryStatistics.vue
View file @
28d4f933
...
@@ -92,8 +92,8 @@
...
@@ -92,8 +92,8 @@
<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=
"笔记数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"120"
prop=
"NoteRate"
label=
"笔记数增长率"
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"1
2
0"
fixed=
"right"
label=
"操作"
>
<el-table-column
width=
"1
3
0"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
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=
"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>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
...
@@ -125,8 +125,8 @@
...
@@ -125,8 +125,8 @@
<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=
"总微博数增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"120"
prop=
"InteractionNum"
label=
"总微博数增长率"
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.InteractionNum
<0
}"
>
{{
scope
.
row
.
InteractionNum
}}
%
</span></
template
></el-table-column>
<span
:class=
"
{'activeRed':scope.row.InteractionNum
<0
}"
>
{{
scope
.
row
.
InteractionNum
}}
%
</span></
template
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"1
2
0"
fixed=
"right"
label=
"操作"
>
<el-table-column
width=
"1
3
0"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
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=
"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>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
...
@@ -168,8 +168,8 @@
...
@@ -168,8 +168,8 @@
<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=
"作品增长率"
><
template
slot-scope=
"scope"
>
<el-table-column
width=
"90"
prop=
"NoteRate"
label=
"作品增长率"
><
template
slot-scope=
"scope"
>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<span
:class=
"
{'activeRed':scope.row.NoteRate
<0
}"
>
{{
scope
.
row
.
NoteRate
}}
%
</span></
template
></el-table-column>
<el-table-column
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"130"
fixed=
"right"
prop=
"EmpName"
label=
"运营人"
></el-table-column>
<el-table-column
width=
"1
2
0"
fixed=
"right"
label=
"操作"
>
<el-table-column
width=
"1
3
0"
fixed=
"right"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
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=
"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>
<el-button
size=
"mini"
type=
"danger"
plain
icon=
"el-icon-delete"
@
click=
"delAccount(scope.row)"
></el-button>
...
@@ -552,7 +552,7 @@
...
@@ -552,7 +552,7 @@
};
};
},
},
mounted
()
{
mounted
()
{
var
fileUrl
=
"http
s://imgfile
.oytour.com"
var
fileUrl
=
"http
://crm
.oytour.com"
if
(
this
.
msg
.
PlatformType
==
1
)
{
if
(
this
.
msg
.
PlatformType
==
1
)
{
this
.
downloadUrl
=
fileUrl
+
"/ExportFile/小红书导入模板.xlsx"
;
this
.
downloadUrl
=
fileUrl
+
"/ExportFile/小红书导入模板.xlsx"
;
}
if
(
this
.
msg
.
PlatformType
==
2
)
{
}
if
(
this
.
msg
.
PlatformType
==
2
)
{
...
@@ -567,7 +567,7 @@
...
@@ -567,7 +567,7 @@
clickActive
(
item
){
clickActive
(
item
){
this
.
msg
.
PlatformType
=
item
.
Id
this
.
msg
.
PlatformType
=
item
.
Id
this
.
init
()
this
.
init
()
var
fileUrl
=
"http
s://imgfile
.oytour.com"
var
fileUrl
=
"http
://crm
.oytour.com"
if
(
this
.
msg
.
PlatformType
==
1
)
{
if
(
this
.
msg
.
PlatformType
==
1
)
{
this
.
downloadUrl
=
fileUrl
+
"/ExportFile/小红书导入模板.xlsx"
;
this
.
downloadUrl
=
fileUrl
+
"/ExportFile/小红书导入模板.xlsx"
;
}
if
(
this
.
msg
.
PlatformType
==
2
)
{
}
if
(
this
.
msg
.
PlatformType
==
2
)
{
...
@@ -823,7 +823,7 @@
...
@@ -823,7 +823,7 @@
<
style
>
<
style
>
@import
"../../assets/css/customerManage.css"
;
@import
"../../assets/css/customerManage.css"
;
.customerManage.padding0
.el-table
td
{
.customerManage.padding0
.el-table
td
{
padding
:
1
px
0
!important
;
padding
:
2
px
0
!important
;
}
}
.activeRed
{
.activeRed
{
color
:
red
;
color
:
red
;
...
...
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