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
6240d281
Commit
6240d281
authored
Sep 07, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
88815a17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
10 deletions
+32
-10
DrainageSummaryStatistics.vue
src/views/workstatistics/DrainageSummaryStatistics.vue
+32
-10
No files found.
src/views/workstatistics/DrainageSummaryStatistics.vue
View file @
6240d281
...
...
@@ -129,13 +129,24 @@
v-loading=
"loading"
>
<el-table-column
width=
"200"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"1
0
0"
prop=
"State"
label=
"状态"
>
<el-table-column
width=
"1
3
0"
prop=
"State"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<el-select
size=
"mini"
v-model=
"scope.row.State"
placeholder=
"请选择"
@
change=
"EditState($event,scope.row)"
>
<el-option
v-for=
"item in scope.row.optionList"
:key=
"item.Id"
:label=
"item.Name"
<template
v-if=
"!scope.row.Show"
>
<span
class=
"activeState"
@
click=
"scope.row.Show=true"
>
<a
v-if=
"scope.row.State==1"
>
正常
</a>
<a
v-if=
"scope.row.State==2"
>
限流
</a>
<a
v-if=
"scope.row.State==3"
>
封号
</a>
</span>
</
template
>
<
template
v-if=
"scope.row.Show"
>
<el-select
style=
"width: 80px;"
size=
"mini"
v-model=
"scope.row.State"
placeholder=
"请选择"
@
change=
"EditState($event,scope.row)"
>
<el-option
v-for=
"item in scope.row.optionList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
></el-option>
</el-select>
</el-select>
<i
class=
"iconfnt el-icon-close left10 activeState"
@
click=
"scope.row.Show=false"
></i>
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
...
...
@@ -170,13 +181,24 @@
v-loading=
"loading"
>
<el-table-column
width=
"200"
fixed
prop=
"AccountName"
label=
"账号名称"
></el-table-column>
<el-table-column
width=
"1
0
0"
prop=
"State"
label=
"状态"
>
<el-table-column
width=
"1
3
0"
prop=
"State"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<el-select
size=
"mini"
v-model=
"scope.row.State"
placeholder=
"请选择"
@
change=
"EditState($event,scope.row)"
>
<el-option
v-for=
"item in scope.row.optionList"
:key=
"item.Id"
:label=
"item.Name"
<template
v-if=
"!scope.row.Show"
>
<span
class=
"activeState"
@
click=
"scope.row.Show=true"
>
<a
v-if=
"scope.row.State==1"
>
正常
</a>
<a
v-if=
"scope.row.State==2"
>
限流
</a>
<a
v-if=
"scope.row.State==3"
>
封号
</a>
</span>
</
template
>
<
template
v-if=
"scope.row.Show"
>
<el-select
style=
"width: 80px;"
size=
"mini"
v-model=
"scope.row.State"
placeholder=
"请选择"
@
change=
"EditState($event,scope.row)"
>
<el-option
v-for=
"item in scope.row.optionList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
></el-option>
</el-select>
</el-select>
<i
class=
"iconfnt el-icon-close left10 activeState"
@
click=
"scope.row.Show=false"
></i>
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"FansNum"
label=
"粉丝数"
></el-table-column>
...
...
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