Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
1e815425
Commit
1e815425
authored
May 31, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复字段取值
parent
02258dbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+16
-0
No files found.
src/view/memberGroup/memberGroupDetail.vue
View file @
1e815425
...
...
@@ -225,6 +225,22 @@
<
template
v-if=
"item.code == 'lastCost'"
>
{{
scope
.
row
.
lastCost
}}
</
template
>
<!-- 最高单笔(应收) -->
<
template
v-if=
"item.code === 'highCost'"
>
<span>
{{
scope
.
row
.
highCost
}}
</span>
</
template
>
<!-- 消费总额(实付) -->
<
template
v-if=
"item.code === 'costFeePaid'"
>
<span>
{{
scope
.
row
.
costFeePaid
}}
</span>
</
template
>
<!-- 最近消费(实付) -->
<
template
v-if=
"item.code === 'lastCostPaid'"
>
<span>
{{
scope
.
row
.
lastCostPaid
}}
</span>
</
template
>
<!-- 最高单笔(实付) -->
<
template
v-if=
"item.code === 'highCostPaid'"
>
<span>
{{
scope
.
row
.
highCostPaid
}}
</span>
</
template
>
</template>
</el-table-column>
</div>
...
...
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