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
95b9ce0f
Commit
95b9ce0f
authored
Aug 04, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.4
parent
30159ab9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/taskPublishing/index.vue
+14
-8
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/taskPublishing/index.vue
View file @
95b9ce0f
...
...
@@ -31,7 +31,7 @@
<div
class=
"count"
>
{{
task
.
yxrs
}}
/
{{
task
.
zrs
}}
</div>
<div
class=
"sun"
>
已选人数/总
人数
</div>
<div
class=
"sun"
>
总人数/已选
人数
</div>
</div>
</div>
<div
class=
"task-level"
>
...
...
@@ -47,8 +47,10 @@
<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=
"warning"
size=
"small"
round
@
click=
"springView(task.id, task.grade)"
>
春季选课情况
</el-button>
<el-button
type=
"danger"
size=
"small"
round
@
click=
"artisticView()"
>
艺体选课情况
</el-button>
<el-button
class=
"purpleBtn"
size=
"small"
round
@
click=
"summerViewing()"
>
夏季选课情况
</el-button>
<el-button
type=
"danger"
size=
"small"
round
@
click=
"artisticView(task.id, task.grade)"
>
艺体选课情况
</el-button>
<el-button
class=
"purpleBtn"
size=
"small"
round
@
click=
"summerViewing(task.id, task.grade)"
>
夏季选课情况
</el-button>
<el-button
class=
"rowBtn"
size=
"small"
round
@
click=
"secondaryDivision()"
>
夏季二次选课
</el-button>
</div>
</div>
...
...
@@ -77,7 +79,7 @@
<el-row>
<el-col
:span=
"16"
>
<el-form-item
label=
"级部"
prop=
"grade"
>
<el-input
v-model=
"form.grade"
placeholder=
"请输入"
></el-input>
<el-input
v-model=
"form.grade"
placeholder=
"请输入"
disabled
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -180,6 +182,7 @@ export default {
},
// 春季选课按钮 grade级部 ID任务ID
springView
(
id
,
grade
)
{
console
.
log
(
"grade"
,
grade
)
this
.
$router
.
push
({
path
:
"/gradeWork/courseSelection/springView"
,
query
:
{
...
...
@@ -189,20 +192,23 @@ export default {
});
},
//艺体选课按钮
artisticView
()
{
artisticView
(
id
,
grade
)
{
this
.
$router
.
push
({
path
:
"/gradeWork/courseSelection/artisticView"
,
query
:
{
// id: this.task.id
id
,
grade
}
});
},
//夏季选课按钮
summerViewing
()
{
summerViewing
(
id
,
grade
)
{
console
.
log
(
"grade"
,
grade
)
this
.
$router
.
push
({
path
:
"/gradeWork/courseSelection/summerViewing"
,
query
:
{
// id: this.task.id
id
,
grade
}
});
},
...
...
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