Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
7463a001
Commit
7463a001
authored
Jun 09, 2021
by
luojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 卡券有效期
parent
231d1bd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
info.vue
src/views/goods/coupon/info.vue
+1
-0
info.vue
src/views/goods/gift/info.vue
+1
-0
No files found.
src/views/goods/coupon/info.vue
View file @
7463a001
...
...
@@ -42,6 +42,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
getTime2
(
scope
.
row
.
beginDate
)
+
'至'
+
getTime2
(
scope
.
row
.
endDate
)
}}
</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
label=
"领取限制"
>
...
...
src/views/goods/gift/info.vue
View file @
7463a001
...
...
@@ -333,6 +333,7 @@
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.cardEffectiveMode == 0"
>
固定日期:
{{
scope
.
row
.
beginDate
+
'至'
+
scope
.
row
.
endDate
}}
</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
label=
"领取限制"
>
...
...
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