Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
bb804c30
Commit
bb804c30
authored
Jun 16, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
85b50a9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CouponAllDetail.vue
src/components/activity/CouponAllDetail.vue
+5
-5
No files found.
src/components/activity/CouponAllDetail.vue
View file @
bb804c30
...
...
@@ -62,7 +62,7 @@
<li>
<span>
<em>
使用时间
</em>
<el-date-picker
class=
"h34"
v-model=
"UseDate"
@
change=
"timeAdd(
1
)"
type=
"daterange"
<el-date-picker
class=
"h34"
v-model=
"UseDate"
@
change=
"timeAdd(
2
)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</span>
...
...
@@ -70,14 +70,14 @@
<li>
<span>
<em>
过期时间
</em>
<el-date-picker
class=
"h34"
v-model=
"ExpirationDate"
@
change=
"timeAdd(
1
)"
type=
"daterange"
<el-date-picker
class=
"h34"
v-model=
"ExpirationDate"
@
change=
"timeAdd(
3
)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</span>
</li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()
,getCountList()
"
>
</li>
</ul>
</div>
...
...
@@ -209,8 +209,8 @@
this
.
EUseDate
=
''
;
return
}
this
.
SUseDate
=
this
.
UseDate
[
0
];
this
.
EUseDate
=
this
.
UseDate
[
1
];
this
.
msg
.
SUseDate
=
this
.
UseDate
[
0
];
this
.
msg
.
EUseDate
=
this
.
UseDate
[
1
];
}
if
(
t
==
3
)
{
//有效期
if
(
!
this
.
ExpirationDate
)
{
...
...
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