Commit a4dbaef0 by duanguohui

更换logo

parent f2f0a2ae

9.39 KB | W: | H:

35.3 KB | W: | H:

src/assets/img/icon/ico4.png
src/assets/img/icon/ico4.png
src/assets/img/icon/ico4.png
src/assets/img/icon/ico4.png
  • 2-up
  • Swipe
  • Onion skin
<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>
......
......@@ -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.getStatisData()
this.getOrderList()
},
goPage (num) {
this.allPage = Number(this.allPage) + num
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment