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
0126319a
authored
Jul 03, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
a4dbaef0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
src/assets/img/icon/ico4.png
+0
-0
src/views/banner/bannerList.vue
+1
-1
src/views/cookbook.vue
+2
-1
No files found.
src/assets/img/icon/ico4.png
View file @
0126319a
35.3 KB
|
W:
|
H:
7.07 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/banner/bannerList.vue
View file @
0126319a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-col
:sm=
"6"
class=
"margin-bottom20"
>
<el-col
:sm=
"6"
class=
"margin-bottom20"
>
<el-form-item
label=
"名称"
>
<el-form-item
label=
"名称"
>
<el-input
v-model=
"formInline.orderNumber"
placeholder=
"
工号
"
></el-input>
<el-input
v-model=
"formInline.orderNumber"
placeholder=
"
名称
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:sm=
"12"
>
<el-col
:sm=
"12"
>
...
...
src/views/cookbook.vue
View file @
0126319a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-col
:sm=
"6"
class=
"margin-bottom20"
>
<el-col
:sm=
"6"
class=
"margin-bottom20"
>
<el-form-item
label=
"名称"
>
<el-form-item
label=
"名称"
>
<el-input
v-model=
"formInline.
orderNumber
"
placeholder=
"名称"
></el-input>
<el-input
v-model=
"formInline.
name
"
placeholder=
"名称"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:sm=
"2"
>
<el-col
:sm=
"2"
>
...
@@ -154,6 +154,7 @@ export default {
...
@@ -154,6 +154,7 @@ export default {
},
},
getOrderList
()
{
getOrderList
()
{
let
parms
=
{
let
parms
=
{
name
:
this
.
formInline
.
name
}
}
this
.
$axios
({
this
.
$axios
({
method
:
'post'
,
method
:
'post'
,
...
...
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