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
965446f5
Commit
965446f5
authored
Apr 02, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 弹窗推广
parent
545d5db8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
coupon.png
src/assets/img/coupon.png
+0
-0
list.vue
src/views/pop/list.vue
+2
-1
No files found.
src/assets/img/coupon.png
0 → 100644
View file @
965446f5
8.38 KB
src/views/pop/list.vue
View file @
965446f5
...
...
@@ -37,7 +37,7 @@
<el-table
tooltipEffect=
"light"
style=
"width: 100%"
:data=
"group.popupList"
>
<el-table-column
align=
"left"
label=
"弹窗内容"
>
<template
slot-scope=
"scope"
>
<el-popover
placement=
"top"
width=
"246"
trigger=
"click"
>
<el-popover
placement=
"top"
width=
"246"
trigger=
"click"
v-if=
"scope.row.putonType == 1"
>
<el-image
fill=
"contain"
:src=
"scope.row.popupImageDetails ? scope.row.popupImageDetails.imageUrl : ''"
></el-image>
<template
slot=
"reference"
>
<div
class=
"demo-image__preview"
>
...
...
@@ -46,6 +46,7 @@
</div>
</
template
>
</el-popover>
<img
style=
"width: 40px;height:40px"
v-else
src=
"../../assets/img/coupon.png"
alt=
""
/>
</template>
</el-table-column>
<el-table-column
align=
"left"
label=
"定向人群"
width=
"250"
:show-overflow-tooltip=
"true"
>
...
...
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