Commit a872d1de authored by xiami's avatar xiami

新增换藏bugfix

parent 7a75f4a6
...@@ -65,18 +65,19 @@ ...@@ -65,18 +65,19 @@
<el-table-column align="center" label="用户藏品ID" min-width="90px" prop="userExchangeItemId" /> <el-table-column align="center" label="用户藏品ID" min-width="90px" prop="userExchangeItemId" />
<!-- <el-table-column align="center" label="用户藏品图片" prop="homePageImage"> <el-table-column align="center" label="用户藏品图片" prop="userExchangeItemImages">
<template slot-scope="scope"> <template slot-scope="scope">
<img v-if="scope.row.homePageImage && scope.row.homePageImage.url" :src="scope.row.homePageImage.url" width="60px" height="60px"> <!-- <img v-if="scope.row.homePageImage && scope.row.homePageImage.url" :src="scope.row.homePageImage.url" width="60px" height="60px"> -->
<!-- <img v-if="scope.row.userExchangeItemImage.id[0] && scope.row.userExchangeItemImage.id[1].url" :src="scope.row.userExchangeItemImage.id.url[0]" width="60px" height="60px"> -->
<div class="image_preview"> <div class="image_preview">
<el-image <el-image
:preview-src-list="[scope.row.homePageImage.url]" :preview-src-list="[scope.row.userExchangeItemImages[0].url]"
:src="scope.row.homePageImage.url" :src="scope.row.userExchangeItemImages[0].url"
class="table-td-thumb" class="table-td-thumb"
/> />
</div> </div>
</template> </template>
</el-table-column> --> </el-table-column>
<!-- <el-table-column align="center" min-width="100px" prop="creatorId" label="用户ID"> <!-- <el-table-column align="center" min-width="100px" prop="creatorId" label="用户ID">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -90,7 +91,7 @@ ...@@ -90,7 +91,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="用户藏品估价" prop="userExchangeItemOfficalPrice" /> <el-table-column align="center" label="用户藏品估价" prop="userExchangeItemOfficalPrice" />
<el-table-column align="center" label="数量" prop="itemNum" /> <!-- <el-table-column align="center" label="数量" prop="itemNum" /> -->
<el-table-column align="center" label="下单用户ID" min-width="90px" prop="buyerId" /> <el-table-column align="center" label="下单用户ID" min-width="90px" prop="buyerId" />
<!-- <el-table-column align="center" label="订单金额" prop="amount"> --> <!-- <el-table-column align="center" label="订单金额" prop="amount"> -->
<!-- <template slot-scope="scope"> <!-- <template slot-scope="scope">
...@@ -242,7 +243,7 @@ export default { ...@@ -242,7 +243,7 @@ export default {
this.getList() this.getList()
}, },
handleToDetail(item) { handleToDetail(item) {
this.$router.push({ path: '/sale/itemDetail', query: { id: item.userExchangeItemId }}) this.$router.push({ path: '/sale/itemDetail', query: { id: item.userExchangeItemId}})
}, },
handleToDetailuser(item) { handleToDetailuser(item) {
this.$router.push({ path: '/sale/itemDetail', query: { id: item.itemId }}) this.$router.push({ path: '/sale/itemDetail', query: { id: item.itemId }})
......
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