Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
63bb0f16
Commit
63bb0f16
authored
Oct 31, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员订单管理优化
parent
35d6fc39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.vue
src/views/order/memberOrderInfo/index.vue
+1
-1
No files found.
src/views/order/memberOrderInfo/index.vue
View file @
63bb0f16
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<el-col
:span=
"5"
>
<el-col
:span=
"5"
>
<el-form-item
label=
"会员类型"
>
<el-form-item
label=
"会员类型"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.level"
placeholder=
"请选择会员类型"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.level"
placeholder=
"请选择会员类型"
>
<el-option
:key=
"null"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"null"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
:key=
"1"
label=
"普通会员"
:value=
"1"
></el-option>
<el-option
:key=
"1"
label=
"普通会员"
:value=
"1"
></el-option>
<el-option
:key=
"2"
label=
"黄金会员"
:value=
"2"
></el-option>
<el-option
:key=
"2"
label=
"黄金会员"
:value=
"2"
></el-option>
<el-option
:key=
"3"
label=
"钻石会员"
:value=
"3"
></el-option>
<el-option
:key=
"3"
label=
"钻石会员"
:value=
"3"
></el-option>
...
...
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