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
2307c964
Commit
2307c964
authored
Jan 22, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9fe07281
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
lessonPreparation.vue
src/pages/course/lessonPreparation.vue
+3
-7
teacherLesson.vue
src/pages/course/teacherLesson.vue
+0
-1
No files found.
src/pages/course/lessonPreparation.vue
View file @
2307c964
...
...
@@ -97,7 +97,7 @@
<span
class=
"Less_LeftIcon"
></span>
教案名称:
<el-input
v-model=
"addMsg.LessonPlan"
placeholder=
"教案名称"
class=
"w260"
></el-input>
<span
style=
"margin-left:30px;"
>
第几课:
</span>
<el-input
v-model=
"addMsg.CourseNum"
placeholder=
"第几课"
class=
"w180"
></el-input>
<el-input
v-model=
"addMsg.CourseNum"
placeholder=
"第几课"
@
keyup
.
native=
"checkInteger(addMsg,'CourseNum')"
class=
"w180"
></el-input>
</div>
<div
style=
"display:flex;"
>
<div>
...
...
@@ -114,10 +114,6 @@
</div>
<div
class=
"teach_Lessback"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增教案"
@
click=
"addPlanList()"
/>
<!--
<q-btn
label=
"新增教案"
color=
"accent q-px-md"
style=
"font-weight:400 !important"
@
click=
"addPlanList()"
/>
-->
<!--
<span
class=
"add_Lesson"
@
click=
"addPlanList()"
title=
"新增教案"
>
<i
class=
"iconfont icon-add"
></i>
</span>
-->
</div>
<div
style=
"margin-top:20px;"
v-for=
"(item,index) in addMsg.LessonPlanList"
>
<div
class=
"row"
style=
"width:908px;"
>
...
...
@@ -135,9 +131,9 @@
</span>
</div>
<div
class=
"row"
v-for=
"(subItem,subIndex) in item.LessonPlanDetailsList"
style=
"margin-top:20px;align-items: self-end;"
>
style=
"margin-top:20px;align-items: self-end;
width:908px;
"
>
<UeEditor
class=
"col-8"
v-model=
"subItem.ProjectContent"
:config=
"config"
></UeEditor>
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"subItem.Duration"
style=
"margin-left:10px;margin-top:5px;"
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"subItem.Duration"
@
keyup
.
native=
"checkInteger(subItem,'Duration')"
style=
"margin-left:10px;margin-top:5px;"
:dense=
"false"
class=
"col-2 q-pr-lg q-pb-lg"
label=
"时长"
/>
<span
class=
"Less_Delete"
title=
"删除详情"
@
click=
"delLessInfo(index,subIndex)"
>
<i
class=
"iconfont icon-shanchu"
></i>
...
...
src/pages/course/teacherLesson.vue
View file @
2307c964
...
...
@@ -382,7 +382,6 @@
var
Str
=
''
;
this
.
dataList
.
forEach
(
x
=>
{
if
(
parseInt
(
x
.
DateDay
)
==
parseInt
(
num
)){
console
.
log
(
x
.
IsLessonStatus
);
if
(
x
.
IsLessonStatus
==
0
){
Str
=
'未备课'
}
...
...
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