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
dd357ca4
Commit
dd357ca4
authored
Jun 09, 2021
by
luojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 卡券有效期
parent
72423efb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
index.vue
src/components/libs/cardTemp/index.vue
+1
-0
send-preview.vue
src/views/card/partials/send-preview.vue
+1
-0
shelf-add.vue
src/views/card/partials/shelf-add.vue
+1
-0
lib-card.vue
src/views/ecm/marketing-event/components/lib-card.vue
+1
-0
lib-card.vue
src/views/sign/components/lib-card.vue
+1
-0
No files found.
src/components/libs/cardTemp/index.vue
View file @
dd357ca4
...
...
@@ -36,6 +36,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
formatDateTimeByType
(
scope
.
row
.
beginDate
,
'yyyy-MM-dd'
)
+
'至'
+
formatDateTimeByType
(
scope
.
row
.
endDate
,
'yyyy-MM-dd'
)
}}
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 1"
>
领取后
{{
(
scope
.
row
.
startDay
===
0
?
'当'
:
'第'
+
scope
.
row
.
startDay
)
+
'天,有效天数'
+
scope
.
row
.
limitDay
}}
天
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 2"
>
投放后当月
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
...
...
src/views/card/partials/send-preview.vue
View file @
dd357ca4
...
...
@@ -36,6 +36,7 @@
</p>
<p
class=
"card-d-time"
v-if=
"data.cardEffectiveMode == 0"
>
{{
time
}}
</p>
<p
class=
"card-d-time ellipsis"
v-if=
"data.cardEffectiveMode == 1"
>
领取后
{{
(
data
.
startDay
===
0
?
'当'
:
'第'
+
data
.
startDay
)
+
'天,有效天数'
+
data
.
limitDay
}}
天
</p>
<p
class=
"card-d-time"
v-if=
"data.cardEffectiveMode == 2"
>
投放后当月
</p>
</div>
</div>
<dl
class=
"give-rule mt40"
>
...
...
src/views/card/partials/shelf-add.vue
View file @
dd357ca4
...
...
@@ -30,6 +30,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
formatDateTimeByType
(
scope
.
row
.
beginDate
,
'yyyy-MM-dd'
)
+
'至'
+
formatDateTimeByType
(
scope
.
row
.
endDate
,
'yyyy-MM-dd'
)
}}
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 1"
>
领取后
{{
(
scope
.
row
.
startDay
===
0
?
'当'
:
'第'
+
scope
.
row
.
startDay
)
+
'天,有效天数'
+
scope
.
row
.
limitDay
}}
天
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 2"
>
投放后当月
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
...
...
src/views/ecm/marketing-event/components/lib-card.vue
View file @
dd357ca4
...
...
@@ -42,6 +42,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
formatDateTimeByType
(
scope
.
row
.
beginDate
,
'yyyy-MM-dd'
)
+
'至'
+
formatDateTimeByType
(
scope
.
row
.
endDate
,
'yyyy-MM-dd'
)
}}
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 1"
>
领取后
{{
(
scope
.
row
.
startDay
===
0
?
'当'
:
'第'
+
scope
.
row
.
startDay
)
+
'天,有效天数'
+
scope
.
row
.
limitDay
}}
天
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 2"
>
投放后当月
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
...
...
src/views/sign/components/lib-card.vue
View file @
dd357ca4
...
...
@@ -38,6 +38,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
formatDateTimeByType
(
scope
.
row
.
beginDate
,
'yyyy-MM-dd'
)
+
'至'
+
formatDateTimeByType
(
scope
.
row
.
endDate
,
'yyyy-MM-dd'
)
}}
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 1"
>
领取后
{{
(
scope
.
row
.
startDay
===
0
?
'当'
:
'第'
+
scope
.
row
.
startDay
)
+
'天,有效天数'
+
scope
.
row
.
limitDay
}}
天
</div>
<div
v-if=
"scope.row.cardEffectiveMode == 2"
>
投放后当月
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
...
...
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