| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <template v-if="detail.pointGoodsList && detail.pointGoodsList.length > 0"> |
| | | <div class="base-page-wrapper__line"></div> |
| | | <el-bus-title title="积分兑换商品" size="small" /> |
| | | <el-table :data="detail.pointGoodsList"> |
| | | <el-table-column label="商品图片"> |
| | | <template #default="{ row }"> |
| | | <el-bus-image |
| | | :src="row.cover" |
| | | lazy |
| | | style="width: 50px; height: 50px" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="商品名称" prop="name"></el-table-column> |
| | | <el-table-column label="兑换数量" prop="num"></el-table-column> |
| | | </el-table> |
| | | </template> |
| | | <template v-if="afterSaleList && afterSaleList.length > 0"> |
| | | <div class="base-page-wrapper__line"></div> |
| | | <el-bus-title title="售后信息" size="small" class="mt-20"></el-bus-title> |