Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
d26d7c32
Commit
d26d7c32
authored
Dec 29, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
c5b52945
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
wmDetail.vue
src/components/wechatmembers/wmDetail.vue
+8
-8
No files found.
src/components/wechatmembers/wmDetail.vue
View file @
d26d7c32
...
...
@@ -31,7 +31,7 @@
:span-method=
"(obj)=>spanMethod(
{...obj,length:group.orderItemList.length})">
<template
v-for=
"colunm in tableColumnList"
>
<el-table-column
:key=
"colunm"
:label=
"colunm.label"
:min-width=
"colunm.width"
show-overflow-tooltip
:prop=
"colunm.prop"
>
:show-overflow-tooltip=
"column.tooltip"
:prop=
"colunm.prop"
>
<template
slot-scope=
"
{row}">
<template
v-if=
"['orderStatus','deliveryInfo','payAmount'].includes(colunm.prop)"
>
...
...
@@ -45,7 +45,7 @@
<div
class=
"delivery-info"
>
<p
class=
"delivery-info-line"
>
收件人:
{{
group
.
buyerName
}}
</p>
<p
class=
"delivery-info-line"
>
手机号:
{{
group
.
buyerPhone
}}
</p>
<p
class=
"delivery-info-line"
style=
"overflow: hidden;text-overflow:ellipsis;white-space: nowrap;"
>
收货地址:
{{
group
.
addressInfo
}}
</p>
<p
class=
"delivery-info-line"
style=
"overflow: hidden;text-overflow:ellipsis;white-space: nowrap;"
:title=
"group.addressInfo"
>
收货地址:
{{
group
.
addressInfo
}}
</p>
</div>
</
template
>
<!-- 小计 -->
...
...
@@ -161,12 +161,12 @@ export default {
search
:
''
,
isWm
:
true
,
//当前页面是微盟
tableColumnList
:
[
{
label
:
'商品'
,
width
:
'200'
,
prop
:
'mallProName'
},
{
label
:
'单价'
,
width
:
'80'
,
prop
:
'mallProPrice'
},
{
label
:
'数量'
,
width
:
'80'
,
prop
:
'mallProNumber'
},
{
label
:
'订单类型'
,
width
:
'80'
,
prop
:
'orderStatus'
},
{
label
:
'小计(实付)'
,
width
:
'80'
,
prop
:
'payAmount'
},
{
label
:
'收货信息'
,
width
:
'200'
,
prop
:
'deliveryInfo'
},
{
label
:
'商品'
,
width
:
'200'
,
prop
:
'mallProName'
,
tooltop
:
true
},
{
label
:
'单价'
,
width
:
'80'
,
prop
:
'mallProPrice'
,
tooltop
:
false
},
{
label
:
'数量'
,
width
:
'80'
,
prop
:
'mallProNumber'
,
tooltop
:
false
},
{
label
:
'订单类型'
,
width
:
'80'
,
prop
:
'orderStatus'
,
tooltop
:
false
},
{
label
:
'小计(实付)'
,
width
:
'80'
,
prop
:
'payAmount'
,
tooltop
:
false
},
{
label
:
'收货信息'
,
width
:
'200'
,
prop
:
'deliveryInfo'
,
tooltop
:
false
},
],
orderColor
:{
1
:
'#303133'
,
2
:
'#FA8C16'
,
4
:
'#F5222D'
},
};
...
...
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