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
bbd7d252
Commit
bbd7d252
authored
Jun 07, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整
parent
e00bc2c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
list.vue
src/views/ecm/list.vue
+5
-2
No files found.
src/views/ecm/list.vue
View file @
bbd7d252
...
...
@@ -112,7 +112,7 @@ export default {
{
label
:
'时效'
,
prop
:
'effectType'
,
minWidth
:
'1
6
0'
,
minWidth
:
'1
8
0'
,
align
:
'left'
,
formatter
(
row
)
{
if
(
row
.
effectType
==
0
)
{
...
...
@@ -124,7 +124,10 @@ export default {
}
else
if
(
row
.
effectType
==
2
)
{
/** '单次执行类型(1:立即执行; 0:定时执行)' **/
if
(
row
.
execType
==
0
)
{
return
`<span class="vertical-middle">单次(</span><i class="el-icon-time fz16 vertical-middle" style="margin-right:2px"></i><span class="vertical-middle">
${
formatDateTimeByType
(
row
.
execTime
,
'yyyy-MM-dd HH:mm:ss'
)}
)</span>`
;
return
`<div>单次</div>
<span>
(<i class="el-icon-time fz16 vertical-middle" style="margin-right:2px"></i><span class="vertical-middle">
${
formatDateTimeByType
(
row
.
execTime
,
'yyyy-MM-dd HH:mm:ss'
)}
</span>)
</span>`
;
}
else
{
return
'单次(立即执行)'
;
}
...
...
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