Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f337c52a
authored
Jul 02, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单
parent
f63a8860
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
dist.zip
+0
-0
src/views/orderList/OrderList.vue
+14
-10
No files found.
dist.zip
deleted
100644 → 0
View file @
f63a8860
File deleted
src/views/orderList/OrderList.vue
View file @
f337c52a
...
...
@@ -10,7 +10,7 @@
<div
class=
"order-list"
>
<el-card
class=
"box-card no-margin-card margin-bottom20"
>
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-col
:sm=
"4"
class=
"margin-bottom20"
>
<el-col
:sm=
"4"
>
<el-form-item
label=
"订单号"
>
<el-input
v-model=
"formInline.orderNumber"
placeholder=
"订单号"
></el-input>
</el-form-item>
...
...
@@ -37,13 +37,17 @@
</el-col>
</el-form-item>
</el-col>
<!--
<el-form-item
label=
"类型"
style=
"margin-left: 30px"
>
<el-select
v-model=
"formInline.type"
>
<el-option
label=
"全部"
value=
"全部"
></el-option>
<el-option
label=
"线上"
value=
"线上"
></el-option>
<el-option
label=
"线下"
value=
"线下"
></el-option>
</el-select>
</el-form-item>
-->
<el-col
:sm=
"6"
class=
"margin-bottom20"
>
<el-form-item
label=
"类型"
>
<el-select
v-model=
"formInline.type"
>
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"家政"
value=
"JZ"
></el-option>
<el-option
label=
"超市"
value=
"CS"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:sm=
"2"
:offset=
"1"
>
<el-form-item>
<el-button
class=
"searchButton"
type=
"primary"
@
click=
"searchList"
size=
"small"
>
搜索
</el-button>
...
...
@@ -155,9 +159,9 @@
<el-col
:sm=
"8"
:offset=
"1"
>
<el-form-item
label=
"类型"
style=
"margin-left: 30px"
>
<el-select
v-model=
"formInline.type"
>
<el-option
label=
"全部"
value=
"
全部
"
></el-option>
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"家政"
value=
""
></el-option>
<el-option
label=
"家政"
value=
"
JZ
"
></el-option>
<el-option
label=
"超市"
value=
"CS"
></el-option>
</el-select>
</el-form-item>
...
...
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