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
b93c6a33
Commit
b93c6a33
authored
May 15, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改取值
parent
8a3da24c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
total.js
src/components/wechatmembers/total.js
+6
-6
wechat-total.vue
src/components/wechatmembers/wechat-total.vue
+8
-9
No files found.
src/components/wechatmembers/total.js
View file @
b93c6a33
...
...
@@ -227,17 +227,17 @@ export default {
if
(
tempVal
==
"frozenStatus"
)
{
returnVal
=
"会员状态"
;
}
if
(
tempVal
==
"costFee
Receivable
"
)
{
returnVal
=
"消费总额"
;
if
(
tempVal
==
"costFee
Paid
"
)
{
returnVal
=
"消费总额
(实付)
"
;
}
if
(
tempVal
==
"lastCost
Receivable
"
)
{
returnVal
=
"最近消费"
;
if
(
tempVal
==
"lastCost
Paid
"
)
{
returnVal
=
"最近消费
(实付)
"
;
}
if
(
tempVal
==
"highCost"
)
{
returnVal
=
"最高单笔(应收)"
;
}
if
(
tempVal
==
"highCost
Receivable
"
)
{
returnVal
=
"最高单笔"
;
if
(
tempVal
==
"highCost
Paid
"
)
{
returnVal
=
"最高单笔
(实付)
"
;
}
return
returnVal
;
},
...
...
src/components/wechatmembers/wechat-total.vue
View file @
b93c6a33
...
...
@@ -165,7 +165,7 @@
:key=
"index"
>
<el-table-column
:fixed=
"item === 'name'"
v-if=
"item == 'name' || item == 'highCost' || item == 'highCost
Receivable' || item == 'grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName' || item == 'costFeeReceivable' || item == 'lastCostReceivable
'"
v-if=
"item == 'name' || item == 'highCost' || item == 'highCost
Paid' || item == 'grade' || item == 'status' || item == 'channel' || item == 'createCardStoreName' || item == 'cardNo' || item == 'forzenStatus' || item == 'mainStoreName' || item == 'costFeePaid' || item == 'lastCostPaid
'"
:prop=
"item"
:label=
"item | formatField"
width=
"160"
...
...
@@ -341,17 +341,17 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFee
Receivable
'"
>
{{
scope
.
row
.
costFee
Receivable
}}
<span
v-else-if=
"item == 'costFee
Paid
'"
>
{{
scope
.
row
.
costFee
Paid
}}
</span>
<span
v-else-if=
"item == 'lastCost
Receivable
'"
>
{{
scope
.
row
.
lastCost
Receivable
}}
<span
v-else-if=
"item == 'lastCost
Paid
'"
>
{{
scope
.
row
.
lastCost
Paid
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCost
Receivable
'"
>
{{
scope
.
row
.
highCost
Receivable
}}
<span
v-else-if=
"item == 'highCost
Paid
'"
>
{{
scope
.
row
.
highCost
Paid
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
...
...
@@ -1079,4 +1079,4 @@ export default { ...wechattotal };
color
:
#1890ff
;
cursor
:
pointer
;
}
</
style
>
\ No newline at end of file
</
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