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
a2f53e8f
Commit
a2f53e8f
authored
May 15, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改取值
parent
2956d9ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
posmembers.js
src/components/posmembers/posmembers.js
+6
-6
posmembers.vue
src/components/posmembers/posmembers.vue
+7
-7
No files found.
src/components/posmembers/posmembers.js
View file @
a2f53e8f
...
...
@@ -173,8 +173,8 @@ export default {
if
(
tempVal
==
"attentionDate"
)
{
returnVal
=
"关注时间"
;
}
if
(
tempVal
==
"costFee
Receivable
"
)
{
returnVal
=
"消费总额"
;
if
(
tempVal
==
"costFee
Paid
"
)
{
returnVal
=
"消费总额
(实付)
"
;
}
if
(
tempVal
==
"costTimes"
)
{
returnVal
=
"消费次数"
;
...
...
@@ -182,8 +182,8 @@ export default {
if
(
tempVal
==
"lastCostTime"
)
{
returnVal
=
"最近消费时间"
;
}
if
(
tempVal
==
"lastCost
Receivable
"
)
{
returnVal
=
"最近消费"
;
if
(
tempVal
==
"lastCost
Paid
"
)
{
returnVal
=
"最近消费
(实付)
"
;
}
if
(
tempVal
==
"avgCost"
)
{
returnVal
=
"客单价"
;
...
...
@@ -236,8 +236,8 @@ export default {
if
(
tempVal
==
"lastCost"
)
{
returnVal
=
"最近消费(应收)"
;
}
if
(
tempVal
==
"highCost
Receivable
"
)
{
returnVal
=
"最高单笔"
;
if
(
tempVal
==
"highCost
Paid
"
)
{
returnVal
=
"最高单笔
(实付)
"
;
}
if
(
tempVal
==
"highCost"
)
{
returnVal
=
"最高单笔(应收)"
;
...
...
src/components/posmembers/posmembers.vue
View file @
a2f53e8f
...
...
@@ -155,7 +155,7 @@
<el-table-column
:fixed=
"item === 'name'"
:width=
"item == 'name' ? '150' : ''"
v-if=
"item == 'name' || item == 'highCost' || item == 'highCost
Receivable' || item == 'grade' || item == 'status' || item == 'channel' || item == 'frozenStatus' || item == 'costFeeReceivable' || item == 'lastCostReceivable
'"
v-if=
"item == 'name' || item == 'highCost' || item == 'highCost
Paid' || item == 'grade' || item == 'status' || item == 'channel' || item == 'frozenStatus' || item == 'costFeePaid' || item == 'lastCostPaid
'"
:prop=
"item"
:label=
"item | formatField"
>
...
...
@@ -325,17 +325,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
...
...
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