Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
link-tools
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
vue-plugins
link-tools
Commits
455e8b60
Commit
455e8b60
authored
Jan 18, 2019
by
member
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 隐藏商品链接
parent
873f202d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
card-list.vue
card-list.vue
+2
-2
No files found.
card-list.vue
View file @
455e8b60
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
<div>
<div>
<div
class=
"filter-list"
>
<div
class=
"filter-list"
>
<el-select
v-model=
"cardType"
style=
"width: 200px;"
placeholder=
"卡券类型"
clearable
@
change=
"handleChange"
>
<el-select
v-model=
"cardType"
style=
"width: 200px;"
placeholder=
"卡券类型"
clearable
@
change=
"handleChange"
>
<el-option
<
!--
<
el-option
v-for=
"item in cardOptions"
v-for=
"item in cardOptions"
:key=
"item.value"
:key=
"item.value"
:label=
"item.label"
:label=
"item.label"
:value=
"item.value"
:value=
"item.value"
></el-option>
></el-option>
</el-select>
</el-select>
<el-input
v-model=
"cardName"
style=
"width: 200px; margin-left: 20px;"
clear
placeholder=
"输入卡券名称"
@
keyup
.
native
.
enter=
"handleSearch"
></el-input>
<el-input
v-model=
"cardName"
style=
"width: 200px; margin-left: 20px;"
clear
placeholder=
"输入卡券名称"
@
keyup
.
native
.
enter=
"handleSearch"
></el-input>
-->
</div>
</div>
...
...
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