mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 18:05:53 +08:00
修改商家端商品发布样式问题,修改楼层装修pc端出现的问题,修改品牌中出现的bug
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
@click="edit(row)"
|
||||
>编辑</Button
|
||||
>
|
||||
|
||||
|
||||
<Button
|
||||
type="info"
|
||||
size="small"
|
||||
@@ -79,7 +79,7 @@
|
||||
@click="manage(row)"
|
||||
>查看</Button
|
||||
>
|
||||
|
||||
|
||||
<Button
|
||||
type="primary"
|
||||
size="small"
|
||||
@@ -88,7 +88,7 @@
|
||||
@click="manage(row)"
|
||||
>管理</Button
|
||||
>
|
||||
|
||||
|
||||
<!-- <Button type="success" size="small" class="mr_5" v-if="row.promotionStatus == 'NEW' || row.promotionStatus == 'END'" @click="upper(row)">上架</Button> -->
|
||||
<Button
|
||||
type="error"
|
||||
@@ -100,7 +100,7 @@
|
||||
@click="off(row)"
|
||||
>下架</Button
|
||||
>
|
||||
|
||||
|
||||
<Button
|
||||
type="error"
|
||||
size="small"
|
||||
@@ -311,4 +311,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss">
|
||||
@import "@/styles/table-common.scss";
|
||||
.mr_5{
|
||||
margin: 0 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user