Commit 093f624b authored by Xuguangxing's avatar Xuguangxing

feat: 商品促销折扣组件多列图标处理

parent 121b4a65
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<Tooltip placement="top" content="两列"> <Tooltip placement="top" content="两列">
<Button type="ghost" icon="ios-pause" @click="select(2)"></Button> <Button type="ghost" icon="ios-pause" @click="select(2)"></Button>
</Tooltip> </Tooltip>
<Tooltip placement="top" content="多列" v-if="!hide3Column"> <Tooltip placement="top" content="多列" v-show="!hide3Column">
<Button type="ghost" icon="navicon-round" @click="select(3)" ></Button> <Button type="ghost" icon="navicon-round" @click="select(3)" ></Button>
</Tooltip> </Tooltip>
</div> </div>
......
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