提交 476e91b1 编写于 作者: yi.li's avatar yi.li

把店铺管理改为商品管理

上级 b9ba7f34
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
data(){ data(){
return{ return{
curmbFirst: '云鹊店铺', curmbFirst: '云鹊店铺',
curmbSecond: '店铺管理', curmbSecond: '商品管理',
showAllFlag: false, showAllFlag: false,
showNewFlag: false, showNewFlag: false,
batchDialog:false, batchDialog:false,
...@@ -506,14 +506,14 @@ ...@@ -506,14 +506,14 @@
// goodsType:'', // goodsType:'',
// pageNo:1, // pageNo:1,
// pageSize: 10, // pageSize: 10,
// }; // };
this.searchForm.goodsIdList = [] this.searchForm.goodsIdList = []
this.searchForm.goodsName = '' this.searchForm.goodsName = ''
this.searchForm.goodsType = '' this.searchForm.goodsType = ''
this.searchForm.pageNo = 1 this.searchForm.pageNo = 1
this.searchForm.pageSize = 10 this.searchForm.pageSize = 10
this.getLists(); this.getLists();
}, },
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<el-button @click="editShop(scope.row)" type="text" size="small">编辑</el-button> <el-button @click="editShop(scope.row)" type="text" size="small">编辑</el-button>
<el-button @click="shopManage(scope.row)" type="text" size="small">店铺管理</el-button> <el-button @click="shopManage(scope.row)" type="text" size="small">商品管理</el-button>
<el-button @click="orderManage(scope.row)" type="text" size="small">订单管理</el-button> <el-button @click="orderManage(scope.row)" type="text" size="small">订单管理</el-button>
</div> </div>
</template> </template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册