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
16b8f00d
Commit
16b8f00d
authored
Oct 23, 2024
by
gaia
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/20240918_1005_091801' into release_pre_20240929113256
parents
07ff68f8
11a4257e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
3 deletions
+25
-3
src/views/order/UserChangeOrderView.vue
src/views/order/UserChangeOrderView.vue
+1
-1
src/views/order/saleOrderList.vue
src/views/order/saleOrderList.vue
+0
-1
src/views/order/saleOrderView.vue
src/views/order/saleOrderView.vue
+24
-1
No files found.
src/views/order/UserChangeOrderView.vue
View file @
16b8f00d
...
...
@@ -226,7 +226,7 @@ export default {
}).
catch
((
e
)
=>
{
console
.
log
(
'
===报错=
'
,
e
)
this
.
list
=
[]
this
.
total
=
0
this
.
total
=
0
this
.
listLoading
=
false
})
}
...
...
src/views/order/saleOrderList.vue
View file @
16b8f00d
...
...
@@ -62,7 +62,6 @@
height=
"60px"
>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"藏品名称"
min-width=
"150px"
prop=
"itemName"
>
<
template
slot-scope=
"scope"
>
<Line2Hidden
:text=
"scope.row.itemName"
/>
...
...
src/views/order/saleOrderView.vue
View file @
16b8f00d
...
...
@@ -42,12 +42,30 @@
<span
v-if=
"scope.row.receiverName"
>
{{
scope
.
row
.
receiverName
+
'
,
'
+
scope
.
row
.
receiverPhone
+
'
,
'
+
scope
.
row
.
receiverAddress
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"藏品图片"
prop=
"homePageImage"
>
<
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"
>
-->
<el-image
:preview-src-list=
"[scope.row.homePageImage.url]"
:src=
"scope.row.homePageImage.url"
class=
"table-td-thumb"
/>
</
template
>
</el-table-column>
<!-- <el-table-column align="center" label="申请方藏品图片" min-width="120px" prop="homePageImage">
<template slot-scope="scope">
<div v-if="scope.row.homePageImage && scope.row.homePageImage.length > 0" class="image_preview">
<el-image
:preview-src-list="[scope.row.homePageImage.url]"
:src="scope.row.homePageImage.url"
class="table-td-thumb"
/>
</div>
</template>
</el-table-column> -->
<el-table-column
align=
"center"
label=
"藏品名称"
min-width=
"150px"
prop=
"itemName"
>
<
template
slot-scope=
"scope"
>
<Line2Hidden
:text=
"scope.row.itemName"
/>
...
...
@@ -237,4 +255,9 @@ export default {
}
}
.
table
-
td
-
thumb
{
width
:
60
px
;
height
:
60
px
;
}
<
/style
>
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