Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
0b85ce16
Commit
0b85ce16
authored
Apr 13, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加手动结束提示文案
parent
1ec34ade
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
index.vue
src/views/pop/index.vue
+1
-1
list.vue
src/views/pop/list.vue
+6
-1
No files found.
src/views/pop/index.vue
View file @
0b85ce16
...
...
@@ -7,7 +7,7 @@
export
default
{
name
:
'pop'
,
created
()
{
this
.
$store
.
commit
(
'mutations.breadcrumb'
,
[{
name
:
'营销管理'
},
{
name
:
'弹窗推广'
,
path
:
'/pop'
},{
name
:
'弹窗推广'
,
path
:
'/pop/list'
}]);
this
.
$store
.
commit
(
'mutations.breadcrumb'
,
[{
name
:
'营销管理'
},
{
name
:
'弹窗推广'
,
path
:
'/pop'
},
{
name
:
'弹窗推广'
,
path
:
'/pop/list'
}]);
this
.
$store
.
commit
(
'aside_handler'
,
false
);
this
.
$nextTick
(
_
=>
{
this
.
$store
.
commit
(
'aside_handler'
,
true
);
...
...
src/views/pop/list.vue
View file @
0b85ce16
...
...
@@ -62,7 +62,12 @@
</
template
>
</el-table-column>
<el-table-column
align=
"left"
label=
"状态"
prop=
"status"
>
<
template
slot-scope=
"scope"
>
<i
class=
"dot"
:style=
"'background:' + (scope.row.activeStatus === 1 ? '#FAAD14' : scope.row.activeStatus === 2 ? '#1890FF' : '#c0c4cc') + ';'"
></i>
{{
scope
.
row
.
activeStatus
|
statusFilter
}}
</
template
>
<
template
slot-scope=
"scope"
>
<el-tooltip
v-if=
"scope.row.manualEndFlag"
slot=
"label"
open-delay=
"200"
:content=
"'手动结束时间:' + formatDateTimeByType(scope.row.manualEndTime, 'yyyy-MM-dd HH:mm')"
placement=
"top"
>
<p><i
class=
"dot"
:style=
"'background:' + (scope.row.activeStatus === 1 ? '#FAAD14' : scope.row.activeStatus === 2 ? '#1890FF' : '#c0c4cc') + ';'"
></i>
{{
scope
.
row
.
activeStatus
|
statusFilter
}}
</p>
</el-tooltip>
<p
v-else
><i
class=
"dot"
:style=
"'background:' + (scope.row.activeStatus === 1 ? '#FAAD14' : scope.row.activeStatus === 2 ? '#1890FF' : '#c0c4cc') + ';'"
></i>
{{
scope
.
row
.
activeStatus
|
statusFilter
}}
</p>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"170"
>
<
template
slot-scope=
"scope"
>
...
...
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