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
7dc58961
Commit
7dc58961
authored
Jul 21, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 优化
parent
acfb7d04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
list.vue
src/views/ecm/list.vue
+1
-1
index.vue
src/views/ecm/marketing-event/index.vue
+2
-2
No files found.
src/views/ecm/list.vue
View file @
7dc58961
...
...
@@ -90,7 +90,7 @@
<!-- <dm-delete v-if="scope.row.effectType !== 2 && scope.row.onlineStatus === 1 && scope.row.canEdit !== false" @confirm="offlineEcmPlan(scope.row)" tips="是否下线该计划?">
<el-button type="text">下线</el-button>
</dm-delete> -->
<el-
dropdown-item
@
click=
"toRecord(row)"
>
记录
</el-dropdown-item
>
<el-
button
type=
"text"
@
click=
"toRecord(scope.row)"
>
记录
</el-button
>
<!-- <template v-if="scope.row.putonStatus !== 2 && scope.row.canEdit !== false">
<el-button v-if="xsxsFlag && isOpenFlag(scope.row.analyseJson)" type="text" @click="onDelete(scope.row)">删除</el-button>
<dm-delete v-else @confirm="delData(scope.row)" tips="是否删除该计划?">
...
...
src/views/ecm/marketing-event/index.vue
View file @
7dc58961
...
...
@@ -303,9 +303,9 @@ export default {
if
(
res
.
errorCode
===
0
)
{
this
.
maxEventCount
=
Number
(
res
.
result
.
maxEventCount
||
0
);
let
list
=
res
.
result
.
list
||
[];
let
optionNameList
=
list
.
map
(
v
=>
v
.
event
Nam
e
);
let
optionNameList
=
list
.
map
(
v
=>
v
.
event
Typ
e
);
this
.
allOptions
.
map
(
v
=>
{
if
(
optionNameList
.
indexOf
(
v
.
nam
e
)
>=
0
)
{
if
(
optionNameList
.
indexOf
(
v
.
valu
e
)
>=
0
)
{
this
.
options
.
push
(
v
);
}
});
...
...
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