Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
a872d1de
Commit
a872d1de
authored
Sep 10, 2024
by
xiami
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增换藏bugfix
parent
7a75f4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/views/order/ChangeOrderView.vue
src/views/order/ChangeOrderView.vue
+8
-7
No files found.
src/views/order/ChangeOrderView.vue
View file @
a872d1de
...
@@ -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
}}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment