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
de3dfcca
Commit
de3dfcca
authored
Jan 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
36ab9349
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+2
-3
No files found.
src/pages/course/prepareclassDetails.vue
View file @
de3dfcca
...
...
@@ -142,10 +142,9 @@
<div
class=
"text-title"
>
指導項目
</div>
<div
class=
"marginl-15 margint-15 row"
style=
"align-items: flex-start"
v-for=
"(item,index) in data.LessonPlanList"
:key=
"index"
>
<div
class=
"text12-n width70"
>
{{
item
.
CourseName
}}
:
</div>
<!--
<div
class=
"text12-o"
style=
"margin-right:10px;"
v-for=
"(x,y) in item.LessonPlanProjectsList[0].ProjectContentList"
:key=
"y"
>
{{
x
}}
</div>
-->
<div
class=
"text14-o"
style=
"flex:1"
v-for=
"(x,y) in item.LessonPlanProjectsList"
:key=
"y"
>
<div
v-
for=
"(xx,yy) in x.ProjectContentList"
:key=
"yy
"
>
{{
yy
+
1
}}
、
{{
xx
}}
<div
v-
html=
"x.ProjectContent
"
>
</div>
</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