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
352bc8e3
Commit
352bc8e3
authored
Jun 28, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9b4ba6ea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
159 additions
and
67 deletions
+159
-67
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+158
-63
courseInfo.vue
src/pages/classroom/courseInfo.vue
+0
-1
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+1
-2
scheduleInfo.vue
src/pages/scheduling/scheduleInfo.vue
+0
-1
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
352bc8e3
This diff is collapsed.
Click to expand it.
src/pages/classroom/courseInfo.vue
View file @
352bc8e3
...
...
@@ -236,7 +236,6 @@
}
.scheList_Bottom
{
margin
:
15px
20px
0
20px
;
font-size
:
14px
;
color
:
#000000
;
height
:
46px
;
...
...
src/pages/scheduling/scheduleBoard.vue
View file @
352bc8e3
...
...
@@ -205,7 +205,6 @@
}
.scheList_Bottom
{
margin
:
15px
20px
0
20px
;
font-size
:
14px
;
color
:
#000000
;
height
:
46px
;
...
...
@@ -336,7 +335,7 @@
methods
:
{
//请求数据
getList
()
{
OnDuty
(
this
.
msg
).
then
(
res
=>
{
OnDuty
_V2
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
dataList
=
res
.
Data
;
this
.
msg
.
PlanDate
=
res
.
Data
.
PlanDate
;
...
...
src/pages/scheduling/scheduleInfo.vue
View file @
352bc8e3
...
...
@@ -212,7 +212,6 @@
}
.scheList_Bottom
{
margin
:
15px
20px
0
20px
;
font-size
:
14px
;
color
:
#000000
;
height
:
46px
;
...
...
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