Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
df42865c
Commit
df42865c
authored
Jan 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
54be6bc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+6
-2
No files found.
src/pages/course/prepareclassDetails.vue
View file @
df42865c
...
...
@@ -183,13 +183,17 @@
</div>
<div
class=
"comment-item"
v-for=
"(item,index) in CommentList"
:key=
"index"
v-if=
"CommentList.length>0"
>
<div
class=
"row"
>
<div
class=
"c-i-t-l row"
>
{{
item
.
CreateByName
.
substr
(
0
,
1
)
}}
</div>
<!--
<div
class=
"c-i-t-l row"
>
{{
item
.
CreateByName
.
substr
(
0
,
1
)
}}
</div>
-->
<q-avatar
size=
"35px"
rounded
color=
"primary"
text-color=
"white"
>
<img
:src=
"userInfo.UserIcon"
v-if=
"item.UserIcon"
>
<span
v-else
>
{{
item
.
CreateByName
.
substring
(
0
,
1
)
}}
</span>
</q-avatar>
<div
class=
"c-i-t-r column"
>
<div
class=
"row"
style=
"align-items: center"
>
<span
style=
"margin-right: 10px"
>
{{
item
.
CreateByName
}}
</span>
<q-rating
v-model=
"item.Score"
size=
"1
.5
em"
size=
"1em"
icon=
"thumb_up"
readonly
/>
...
...
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