fixed 修改售后详情页商家拒绝说明隐藏
This commit is contained in:
parent
aa7773003b
commit
ee3ee4794e
@ -57,7 +57,7 @@
|
||||
:value="detail.isMerchantReceive" /></el-col>
|
||||
</el-row>
|
||||
<el-row class="order-info-box">
|
||||
<el-col :span="8">商家拒绝说明:{{ detail.merchantRefuseDesc }}</el-col>
|
||||
<el-col :span="8" v-if="detail.merchantRefuseDesc">商家拒绝说明:{{ detail.merchantRefuseDesc }}</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user