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
466e17aa
Commit
466e17aa
authored
Jul 26, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7361ee93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
classRecord.vue
src/pages/stuMan/classRecord.vue
+7
-1
No files found.
src/pages/stuMan/classRecord.vue
View file @
466e17aa
...
...
@@ -59,6 +59,7 @@
style=
"width: 100%"
@
change=
"getTypeWay()"
:picker-options=
"picker"
:clearable=
"false"
>
</el-date-picker>
</div>
...
...
@@ -73,6 +74,7 @@
@
change=
"getTypeWay()"
clear-icon=
"iconfont icon-guanbi"
:picker-options=
"pickerEnd"
:clearable=
"false"
>
</el-date-picker>
</div>
...
...
@@ -180,6 +182,7 @@ export default {
TeacherId
:
0
,
ClassRoomId
:
0
,
ClassType
:
0
,
OrderBy
:
1
,
},
tableData
:
[],
//表格数据
PageCount
:
0
,
...
...
@@ -198,6 +201,7 @@ export default {
return
time
.
getTime
()
>=
Date
.
now
()
-
8.64e6
;
},
},
today
:
""
,
};
},
created
()
{
...
...
@@ -213,6 +217,7 @@ export default {
:
date
.
getMonth
()
+
1
)
+
"-"
+
(
date
.
getDate
()
<
10
?
"0"
+
date
.
getDate
()
<
10
:
date
.
getDate
());
this
.
today
=
today
;
this
.
msg
.
StartTime
=
today
;
this
.
tabMsg
.
StartTime
=
today
;
this
.
msg
.
EndTime
=
today
;
...
...
@@ -224,7 +229,7 @@ export default {
},
mounted
()
{
this
.
GetTeacherList
();
this
.
get
Plan
List
();
this
.
get
Table
List
();
},
methods
:
{
refreshPage
()
{
...
...
@@ -288,6 +293,7 @@ export default {
this
.
tabMsg
.
EndTime
=
this
.
msg
.
EndTime
;
this
.
tabMsg
.
ClassRoomId
=
this
.
msg
.
ClassRoomId
;
this
.
tabMsg
.
ClassType
=
this
.
msg
.
ClassType
;
GetClassPlanStatisticalPage
(
this
.
tabMsg
).
then
((
res
)
=>
{
if
(
res
.
Code
==
1
)
{
this
.
tableData
=
res
.
Data
.
PageData
;
...
...
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