mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 18:35:53 +08:00
店铺自营状态问题处理
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
<div class="bottom-info">
|
||||
<p v-if="storeInfo.createTime">{{storeInfo.createTime}} 开店</p>
|
||||
<p v-if="storeInfo.selfOperated == 0">
|
||||
<p v-if="storeInfo.selfOperated == 1">
|
||||
<Tag color="success">自营</Tag>
|
||||
</p>
|
||||
<p v-else>
|
||||
|
||||
Reference in New Issue
Block a user