Commit 791f22fb by lixiaomin

修改页面

parent dd99522f
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd" <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
v-hasPermi="['system:goods:add']">新增</el-button> v-hasPermi="['system:goods:add']">新增</el-button>
</el-col> </el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> -->
</el-row> </el-row>
<PutShopOffShop ref="putShopOffShop" @callback="getList" /> <PutShopOffShop ref="putShopOffShop" @callback="getList" />
<el-table v-loading="loading" :data="spuList" > <el-table v-loading="loading" :data="spuList" >
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="openSet()" <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="openSet()"
v-hasPermi="['system:shop:add']">新增</el-button> v-hasPermi="['system:shop:add']">新增</el-button>
</el-col> </el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <!--<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> -->
</el-row> </el-row>
<el-table v-loading="loading" :data="shopList"> <el-table v-loading="loading" :data="shopList">
<el-table-column label="店铺名称" align="center" prop="name"> <el-table-column label="店铺名称" align="center" prop="name">
......
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 to comment