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
cf9bf290
Commit
cf9bf290
authored
Jun 03, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改状态
parent
e00bc2c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
list.vue
src/views/ecm/list.vue
+4
-4
No files found.
src/views/ecm/list.vue
View file @
cf9bf290
...
...
@@ -91,8 +91,8 @@ export default {
onlineOptions
:
[
{
value
:
''
,
label
:
'所有状态'
},
{
value
:
0
,
label
:
'未开始'
},
{
value
:
1
,
label
:
'进行中
(待执行)
'
},
{
value
:
2
,
label
:
'已结束
(执行完毕)
'
}
{
value
:
1
,
label
:
'进行中'
},
{
value
:
2
,
label
:
'已结束'
}
],
// eslint-disable-line
marketingTypeOptions
,
listParams
:
{
...
...
@@ -154,10 +154,10 @@ export default {
result
=
'<span class="dm-status--primary">未开始</span>'
;
break
;
case
1
:
result
=
row
.
effectType
==
2
?
'<span class="dm-status--primary">待执行</span>'
:
'<span class="dm-status--primary--flash"></span><span class="vertical-middle">进行中</span>'
;
result
=
'<span class="dm-status--primary--flash"></span><span class="vertical-middle">进行中</span>'
;
break
;
case
2
:
result
=
row
.
effectType
==
2
?
'<span class="dm-status--info">执行完毕</span>'
:
'<span class="dm-status--info">已结束</span>'
;
result
=
'<span class="dm-status--info">已结束</span>'
;
break
;
}
return
result
;
...
...
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