Commit 9807b81f by chenyu

update: update

parent eb169120
......@@ -70,10 +70,10 @@
<span>吊牌价总额:</span>¥{{orderInfo.totalAmount|fomatFloat}}
</p>
<p class="amount-line">
<span>订单应收:</span>¥{{orderInfo.paidAmount|fomatFloat}}
<span>订单应收:</span>¥{{orderInfo.totalAmount|fomatFloat}}
</p>
<p class="amount-line">
<span>订单实付:</span>¥{{group.paidAmount|fomatFloat}}
<span>订单实付:</span>¥{{orderInfo.paidAmount|fomatFloat}}
</p>
</div>
<div class="bottom">
......@@ -97,7 +97,7 @@
</template>
<template v-else>
<div class="good-info" v-if="colunm.prop==='productName'">
<img :src="row.imageUrl" alt="">
<img :src="row.imageUrl ? row.imageUrl : './static/img/default.png'" alt="">
<div class="info-detail">
<p class="good-name">
<el-tooltip class="item" effect="dark" :content="row.productName"
......
......@@ -182,7 +182,6 @@
@click="subStoreDialogVisible=true"><i class="el-icon-edit"></i></span>
</el-tooltip>
</div>
</el-descriptions-item>
</el-descriptions>
</template>
......
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