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
5796c8b0
Commit
5796c8b0
authored
Jun 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a87693af
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
scenicSummary.vue
src/pages/classroom/components/scenicSummary.vue
+0
-4
useRecord.vue
src/pages/classroom/useRecord.vue
+1
-1
teacherLesson.vue
src/pages/course/teacherLesson.vue
+2
-2
No files found.
src/pages/classroom/components/scenicSummary.vue
View file @
5796c8b0
...
...
@@ -155,9 +155,6 @@ export default {
startT
:{
handler
(
val
){
if
(
val
){
// console.log(val)
// this.msg.StartDate=val
// this.initData()
this
.
msg
.
StartDate
=
val
;
let
startYear
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
0
];
let
startMonth
=
this
.
msg
.
StartDate
.
split
(
"-"
)[
1
];
...
...
@@ -167,7 +164,6 @@ export default {
this
.
dayNum
,
val
);
console
.
log
(
156
,
data
)
this
.
CalendarDataArray
=
data
;
this
.
QStartDate
=
data
[
0
].
CurrentDate
;
this
.
QEndDate
=
data
[
data
.
length
-
1
].
CurrentDate
;
...
...
src/pages/classroom/useRecord.vue
View file @
5796c8b0
...
...
@@ -5,7 +5,7 @@
<div
class=
"q-mb-sm"
>
开始日期:
{{
dateModel
}}
</div>
<q-btn
label=
"重新选择"
color=
"primary"
size=
"sm"
>
<q-popup-proxy
transition-show=
"scale"
transition-hide=
"scale"
>
<q-date
now-btn
v-model=
"dateModel"
mask=
"YYYY-MM-DD"
@
input=
"dateChoose"
>
<q-date
now-btn
v-model=
"dateModel"
minimal
mask=
"YYYY-MM-DD"
@
input=
"dateChoose"
>
<div
class=
"row items-center justify-end"
>
<q-btn
v-close-popup
label=
"关闭"
color=
"primary q-px-md"
flat
/>
</div>
...
...
src/pages/course/teacherLesson.vue
View file @
5796c8b0
...
...
@@ -268,10 +268,10 @@
{{
item
.
GuestStr
}}
</div>
<div
style=
"margin:20px 0 30px 0;"
>
<span
class=
"beikeBtn"
v-if=
"item.LessonPlanNum>0"
style=
"background:#3FC4FF;"
@
click=
"goyibeike(item)"
>
已备课
</span>
<span
class=
"beikeBtn"
v-if=
"item.LessonPlanNum>0"
style=
"background
Color
:#3FC4FF;"
@
click=
"goyibeike(item)"
>
已备课
</span>
<span
class=
"beikeBtn"
v-if=
"AccountType&&item.LessonPlanNum==0"
@
click=
"goBeike(item)"
>
备课
</span>
<span
class=
"beikeBtn"
v-if=
"AccountType&&item.LessonPlanNum>0"
@
click=
"goBeike(item)"
>
修改
</span>
<span
class=
"beikeBtn"
v-if=
"
item.LessonPlanNum===0"
>
未备课
</span>
<span
class=
"beikeBtn"
style=
"backgroundColor:#C0C4CC;"
v-if=
"!AccountType&&
item.LessonPlanNum===0"
>
未备课
</span>
</div>
</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