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
9a456e2d
Commit
9a456e2d
authored
Sep 29, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 卡券模板提示文案修改
parent
9a6b2d35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
card-item.vue
src/views/card/partials/card-item.vue
+3
-3
No files found.
src/views/card/partials/card-item.vue
View file @
9a456e2d
...
...
@@ -6,7 +6,7 @@
<div
style=
"max-width: 300px"
slot=
"content"
>
{{
item
.
gicCouponType
|
getTipText
}}
</div>
<span
class=
"card-item_head-tip"
>
外部券
<i
class=
"iconfont icon-xinxixianshi card-item_head-icon"
></i></span>
</el-tooltip>
<h4
style=
"text-overflow: ellipsis;
white-space: nowrap;overflow: hidden;padding: 0 20px;
"
>
{{
item
.
cardName
}}
</h4>
<h4
style=
"text-overflow: ellipsis;
white-space: nowrap; overflow: hidden; padding: 0 20px
"
>
{{
item
.
cardName
}}
</h4>
<p>
{{
item
.
subName
}}
</p>
</div>
<div
class=
"card-item_body"
>
...
...
@@ -36,9 +36,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
open-delay=
"300"
>
<div
slot=
"content"
>
<span
v-if=
"item.isApiCreate"
>
该卡券为外部接口创建卡券无法用于营销
</span>
<span
v-else
>
1.卡券的领取数据\使用
数量\核销率\销售额统计每天9:30/12:30/15:30/18:30各刷新一次数据;
<br
/>
2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额
</span>
<span
v-else
>
1.卡券的领取数据\使用
量\核销率\销售统计额每天9:30/12;30/15;30/18:30点后开始各刷新一次数据,视数量大小,正常情况下执行开始后1小时左右可完成数据刷新。如12点30刷新数据,在13点30可查看到9点30到12点30新增领取等数据
<br
/>
2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额
</span>
</div>
<i
style=
"position:
absolute;right:10px;top:10px;cursor:pointer;color:#c0c4cc;font-size:18px;
"
class=
"el-icon-question"
></i>
<i
style=
"position:
absolute; right: 10px; top: 10px; cursor: pointer; color: #c0c4cc; font-size: 18px
"
class=
"el-icon-question"
></i>
</el-tooltip>
</div>
<div
class=
"card-item__detail"
>
...
...
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