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
e02c4ac9
Commit
e02c4ac9
authored
Jan 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d05407ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
+17
-11
Index.vue
src/pages/Index.vue
+4
-5
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+13
-6
No files found.
src/pages/Index.vue
View file @
e02c4ac9
...
...
@@ -10,10 +10,10 @@
</div>
</div>
<div
v-if=
"model=='one'"
class=
"flex flex-center"
style=
"flex: 1;min-height:
80
0px"
>
<div
v-if=
"model=='one'"
class=
"flex flex-center"
style=
"flex: 1;min-height:
75
0px"
>
<img
style=
"width:250px;"
alt=
"Quasar logo"
src=
"../assets/images/logo.png"
/>
</div>
<div
v-if=
"model=='two'"
style=
"padding-bottom: 50px;
height: 80
0px;overflow: auto"
>
<div
v-if=
"model=='two'"
style=
"padding-bottom: 50px;
min-height: 75
0px;overflow: auto"
>
<teachplan></teachplan>
</div>
</q-page>
...
...
@@ -80,6 +80,7 @@
<
style
>
.home
.box
{
width
:
100%
;
height
:
50px
;
}
.home
{
margin
:
0
;
...
...
@@ -87,9 +88,7 @@
::-webkit-scrollbar
{
display
:
none
;
/* Chrome Safari */
}
.box
{
margin
:
0
0
15px
;
}
.box
.el-tabs__header
{
margin
:
0
;
}
...
...
src/pages/course/prepareclassDetails.vue
View file @
e02c4ac9
...
...
@@ -134,7 +134,7 @@
<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=
"text1
2
-o "
style=
"flex:1"
>
{{
item
.
CourseTitle
}}
</div>
<div
class=
"text1
4
-o "
style=
"flex:1"
>
{{
item
.
CourseTitle
}}
</div>
</div>
</div>
...
...
@@ -142,7 +142,13 @@
<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=
"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>
</div>
</div>
</div>
...
...
@@ -150,10 +156,11 @@
<div
class=
"text-title"
>
上课内容
</div>
<div
class=
"marginl-15 margint-15 row"
style=
"align-items: flex-start;flex-wrap: nowrap"
v-for=
"(item,index) in data.LessonPlanList"
:key=
"index"
>
<div
class=
"text12-n width70"
>
{{
item
.
CourseName
}}
:
</div>
<div
class=
"text1
2
-o"
style=
"flex:1"
>
<div
class=
"text1
4
-o"
style=
"flex:1"
>
<div
class=
"column"
v-for=
"(x,y) in item.LessonPlanDetailsList"
:key=
"y"
>
<div
class=
"text14-l"
>
{{
x
.
Duration
}}
分钟-
{{
x
.
DurationEndTime
}}
</div>
<div
class=
"text12-o"
style=
"margin-top:5px;"
v-html=
"x.ProjectContent"
></div>
<div
class=
"text14-o"
v-html=
"x.ProjectContent"
></div>
<div
style=
"width: 100%;background: #F0F5FB;border-radius: 5px;margin: 10px 0"
>
<q-input
...
...
@@ -172,7 +179,7 @@
</div>
</div>
</div>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md marginl-15 margint-15"
label=
"提交"
@
click=
"saveOrderInfo()"
:loading=
"Dloading"
/>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md marginl-15 margint-15"
label=
"提交"
@
click=
"saveOrderInfo()"
:loading=
"Dloading"
v-if=
"AccountType==false"
/>
</div>
...
...
@@ -266,7 +273,7 @@
},
data
:{},
CommentList
:[],
AccountType
:
fals
e
AccountType
:
tru
e
}
},
created
(){
...
...
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