Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
9c3ca448
Commit
9c3ca448
authored
Aug 24, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 卡券明细时间选择器范围修改
parent
5400d69b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cardvoucher.vue
src/components/wechatmembers/cardvoucher.vue
+2
-2
No files found.
src/components/wechatmembers/cardvoucher.vue
View file @
9c3ca448
...
...
@@ -74,7 +74,7 @@
</el-select>
<el-date-picker
style=
"width: 256px;"
v-model=
"dateDefault"
type=
"daterange"
range-separator=
"~"
start-placeholder=
"创建开始日期"
end-placeholder=
"创建结束日期"
:default-time=
"['00:00:00', '23:59:59']"
:picker-options=
"pickerOptions()"
value-format=
"yyyy-MM-dd"
@
change=
"handleSearch"
:clearable=
"false"
>
</el-date-picker>
</div>
<p
class=
"font14 tip-p"
>
展示投放时间近
一
年的卡券
</p>
<p
class=
"font14 tip-p"
>
展示投放时间近
两
年的卡券
</p>
<div
class=
"table-content"
>
<el-table
:data=
"memberData"
...
...
@@ -346,7 +346,7 @@
<
/template
>
<
script
>
import
mixin
from
'./
card
Mixin'
;
import
mixin
from
'./
integral
Mixin'
;
import
nav
from
"../../common/navbar/navbar.vue"
;
import
{
doFetch
}
from
"../../components/axios/api"
;
import
url
from
"../../components/axios/url"
;
...
...
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