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
a4dbaef0
authored
Jul 03, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换logo
parent
f2f0a2ae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
src/assets/img/icon/ico4.png
+0
-0
src/views/cookManage/CookList.vue
+9
-0
src/views/orderList/OrderList.vue
+4
-4
No files found.
src/assets/img/icon/ico4.png
View file @
a4dbaef0
9.39 KB
|
W:
|
H:
35.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/cookManage/CookList.vue
View file @
a4dbaef0
<
template
>
<div>
<div
class=
"breadcrumb-box"
style=
"margin-bottom: 20px"
>
<el-breadcrumb
separator-class=
"el-icon-arrow-right"
>
<el-breadcrumb-item>
您当前的位置为:
</el-breadcrumb-item>
<el-breadcrumb-item>
菜单管理
</el-breadcrumb-item>
<el-breadcrumb-item>
厨师管理
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
class=
"cook-list"
>
<div
class=
"cook_top"
>
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
label-width=
"60px"
label-position=
"left"
>
...
...
@@ -84,6 +92,7 @@
</div>
</div>
</div>
</div>
</template>
<
script
>
...
...
src/views/orderList/OrderList.vue
View file @
a4dbaef0
...
...
@@ -172,7 +172,7 @@
</el-col>
<el-col
:sm=
"2"
>
<el-form-item>
<el-button
class=
"searchButton"
type=
"primary"
@
click=
"
searchList
"
size=
"small"
>
搜索
</el-button>
<el-button
class=
"searchButton"
type=
"primary"
@
click=
"
getStatisData
"
size=
"small"
>
搜索
</el-button>
</el-form-item>
</el-col>
</el-form>
...
...
@@ -211,10 +211,10 @@
</el-card>
</div>
</el-row>
<span
slot=
"footer"
class=
"dialog-footer"
>
<
!-- <
span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">取 消</el-button>
<el-button type="primary" @click="save">确 定</el-button>
</span>
</span>
-->
</el-dialog>
</div>
</template>
...
...
@@ -316,7 +316,7 @@ export default {
this
.
$router
.
push
({
name
:
'orderDetail'
,
params
:
{
id
:
row
.
id
,
type
:
row
.
type
}
})
},
searchList
()
{
this
.
get
StatisData
()
this
.
get
OrderList
()
},
goPage
(
num
)
{
this
.
allPage
=
Number
(
this
.
allPage
)
+
num
...
...
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