Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
04788061
Commit
04788061
authored
Aug 07, 2023
by
duxingshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改GIT覆盖部分
parent
36f607ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/artisticView/index.vue
+4
-6
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/summerViewing/index.vue
+0
-1
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/taskPublishing/index.vue
+1
-1
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/artisticView/index.vue
View file @
04788061
...
...
@@ -85,11 +85,9 @@ export default {
// 获取列表
getList
()
{
this
.
queryParams
.
curriculaId
=
this
.
$route
.
query
.
id
;
console
.
log
(
'this.queryParams.curriculaId'
,
this
.
queryParams
.
curriculaId
);
courseSelectionArtList
(
this
.
queryParams
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
courseSelectionData
=
res
.
rows
;
console
.
log
(
'this.courseSelectionData'
,
this
.
courseSelectionData
);
this
.
total
=
res
.
total
;
this
.
loading
=
false
;
}
...
...
@@ -106,8 +104,9 @@ export default {
}
})
},
//重置
resetQuery
()
{
resetQuery
()
{
this
.
queryParams
=
{
studentName
:
''
,
classId
:
''
,
...
...
@@ -117,16 +116,15 @@ export default {
pageSize
:
10
,
}
this
.
getList
();
},
//导出
exportRecord
()
{
this
.
download
(
'/curricula/student/exportYt'
,
{
...
this
.
queryParams
},
`学生艺体选课信息_
${
new
Date
().
getTime
()}
.xlsx`
)
}
}
}
...
...
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/summerViewing/index.vue
View file @
04788061
...
...
@@ -170,7 +170,6 @@ export default {
// 获取列表
getList
()
{
this
.
queryForm
.
curriculaId
=
this
.
$route
.
query
.
id
;
console
.
log
(
'this.queryForm.curriculaId'
,
this
.
queryForm
.
curriculaId
);
courseSelectionSummerList
(
this
.
queryForm
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
studentsList
=
res
.
rows
;
...
...
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/taskPublishing/index.vue
View file @
04788061
...
...
@@ -45,7 +45,7 @@
<div
class=
"task-buttons"
>
<el-button
size=
"mini"
icon=
"el-icon-edit"
round
@
click=
"handleUpdate(task)"
>
修改
</el-button>
<el-button
type=
"primary"
size=
"small"
round
@
click=
"performance(task.id, task.grade)"
>
成绩管理
</el-button>
<el-button
type=
"success"
size=
"small"
round
@
click=
"courseSelectionsituation(task.id)"
>
选课情况
</el-button>
<el-button
type=
"success"
size=
"small"
round
@
click=
"courseSelectionsituation(task.id
,task.yxrs,task.zrs
)"
>
选课情况
</el-button>
<el-button
type=
"warning"
size=
"small"
round
@
click=
"springView(task.id, task.grade)"
>
春季选课情况
</el-button>
<el-button
type=
"danger"
size=
"small"
round
@
click=
"artisticView(task.id, task.grade)"
>
艺体选课情况
</el-button>
...
...
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