Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
d2ddf1ac
Commit
d2ddf1ac
authored
Apr 25, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:字段错误
parent
661fe815
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
consume.vue
src/views/recharge/consume.vue
+2
-3
No files found.
src/views/recharge/consume.vue
View file @
d2ddf1ac
...
...
@@ -152,12 +152,12 @@
<el-table-column
align=
"left"
width=
"150"
prop=
"clerkName"
label=
"主叫"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
clerkName
||
'--'
}}
</p>
<p
class=
"gray"
>
{{
scope
.
row
.
sendPhone
}}
</p>
<p
class=
"gray"
>
{{
scope
.
row
.
clerkPhoneNumber
}}
</p>
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"memberId"
label=
"被叫(会员)"
>
<
template
slot-scope=
"scope"
>
<img
:src=
"scope.row.member
Pic
|| defaultAvatar"
width=
"32"
height=
"32"
alt=
""
/>
<img
:src=
"scope.row.member
ImgUrl
|| defaultAvatar"
width=
"32"
height=
"32"
alt=
""
/>
<div
class=
"inline-block"
>
<p>
{{
scope
.
row
.
memberName
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
receivePhone
||
'--'
}}
</p>
...
...
@@ -399,7 +399,6 @@ export default {
}
catch
(
err
)
{}
this
.
loading
=
false
;
},
// TODO:
async
recordData
(
type
=
'list'
)
{
this
.
loading
=
true
;
try
{
...
...
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