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
fb55c08c
Commit
fb55c08c
authored
Oct 15, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:edx
parent
1fcb85f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
list.vue
src/views/card/list.vue
+1
-0
No files found.
src/views/card/list.vue
View file @
fb55c08c
...
...
@@ -13,6 +13,7 @@
<el-option
v-for=
"(item, index) in cardTypeOptions"
:key=
"index"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
<el-input
v-model=
"listParams.searchParam"
class=
"w200 vertical-middle"
placeholder=
"输入卡券名称/备注"
clearable
@
change=
"refresh"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-button
class=
"fr"
type=
"primary"
@
click=
"$router.push('/ewash/add')"
>
新增洗衣券
</el-button>
<el-button
class=
"fr"
type=
"primary"
@
click=
"$router.push('/card/add')"
>
新增卡券
</el-button>
</div>
<ul
class=
"clearfix"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
...
...
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