Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
49752ef7
Commit
49752ef7
authored
Sep 16, 2019
by
chenjundi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成长记录课程名
parent
fad71cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.vue
src/components/userDetail/index.vue
+12
-2
No files found.
src/components/userDetail/index.vue
View file @
49752ef7
...
...
@@ -367,9 +367,11 @@
label=
"歌曲名"
>
</el-table-column>
<el-table-column
prop=
"category_name"
width=
"200"
label=
"课程"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
category_name
|
categoryNameFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"interest"
...
...
@@ -694,7 +696,9 @@
],
sourceByDateDialogJson
:
{
}
,
deliverRecordList
:
[],
growthRecordList
:[]
growthRecordList
:[
{
category_name
:
"Day1 唱动体验 Clap Your Hands"
}
]
}
}
,
created
()
{
...
...
@@ -1105,6 +1109,12 @@
}
,
isdel
(
val
)
{
return
val
==
0
?
'未删除'
:
'已删除'
}
,
categoryNameFilter
(
val
)
{
if
(
val
)
{
val
=
val
.
split
(
' '
);
return
val
[
0
]
+
' '
+
val
[
1
]
}
}
}
}
...
...
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