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
63bb1c61
Commit
63bb1c61
authored
Apr 02, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:还原ecm
parent
7bc8dca1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
index.css
src/views/ecm/marketing-event/assets/style/index.css
+0
-0
item-card.vue
src/views/ecm/marketing-event/components/item-card.vue
+1
-1
No files found.
src/views/ecm/marketing-event/assets/style/index.css
View file @
63bb1c61
This diff is collapsed.
Click to expand it.
src/views/ecm/marketing-event/components/item-card.vue
View file @
63bb1c61
...
...
@@ -3,7 +3,7 @@
<img
v-if=
"item.status === 0"
:src=
"require('../assets/img/delete_icon.png')"
draggable=
"false"
class=
"flag"
/>
<img
v-else-if=
"item.couponStock
<
=
0
"
:src=
"require('../assets/img/stock_icon.png')"
draggable=
"false"
class=
"flag"
/>
<div
class=
"dm-card__item"
:style=
"
{ background: item.cardColor }">
<
!--
<img
class=
"dm-card__item__avatar"
:src=
"item.brandLogo || loadErrorImg"
alt=
""
/>
--
>
<
img
class=
"dm-card__item__avatar"
:src=
"item.brandLogo || loadErrorImg"
alt=
""
/
>
<div
class=
"inline-block"
>
<el-tooltip
open-delay=
"200"
effect=
"dark"
:content=
"item.coupCardId"
placement=
"top-start"
>
<p
class=
"dm-card__item__title"
>
{{
item
.
cardName
}}
</p>
...
...
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