Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
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
lizhi
newCSO_2023
Commits
b2a935d6
Commit
b2a935d6
authored
Feb 24, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
继续添加课程
parent
361b484f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
9 deletions
+15
-9
src/views/courseManager/csoCourse.vue
+4
-4
src/views/courseManager/recruitCourse.vue
+11
-5
src/views/pms/product/components/courseInfo.vue
+0
-0
No files found.
src/views/courseManager/csoCourse.vue
View file @
b2a935d6
...
@@ -31,18 +31,18 @@
...
@@ -31,18 +31,18 @@
label-width=
"140px"
label-width=
"140px"
@
keyup
.
enter
.
native=
"handleSearchList()"
@
keyup
.
enter
.
native=
"handleSearchList()"
>
>
<el-form-item
label=
"课程
名称:"
prop=
"courseNam
e"
>
<el-form-item
label=
"课程
代码:"
prop=
"courseCod
e"
>
<el-input
<el-input
style=
"width: 203px"
style=
"width: 203px"
v-model=
"listQuery.course
Nam
e"
v-model=
"listQuery.course
Cod
e"
placeholder=
""
placeholder=
""
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"课程
代码:"
prop=
"courseCod
e"
>
<el-form-item
label=
"课程
名称:"
prop=
"courseNam
e"
>
<el-input
<el-input
style=
"width: 203px"
style=
"width: 203px"
v-model=
"listQuery.course
Cod
e"
v-model=
"listQuery.course
Nam
e"
placeholder=
""
placeholder=
""
></el-input>
></el-input>
</el-form-item>
</el-form-item>
...
...
src/views/courseManager/recruitCourse.vue
View file @
b2a935d6
...
@@ -58,10 +58,10 @@
...
@@ -58,10 +58,10 @@
</el-form>
</el-form>
</div>
</div>
</el-card>
</el-card>
<
!--
<
div>
<div>
<el-checkbox
v-model=
"isMatch"
>
未匹配课程代码
</el-checkbox>
<
!--
<
el-checkbox
v-model=
"isMatch"
>
未匹配课程代码
</el-checkbox>
<el-button
type=
"primary"
@
click=
"getSelectedForm()"
>
确认
</el-button>
<el-button
type=
"primary"
@
click=
"getSelectedForm()"
>
确认
</el-button>
<el-button
type=
"primary"
@
click=
"resetForm('listQuery')"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetForm('listQuery')"
>
重置
</el-button>
-->
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"
@
click=
"
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
style=
"float: right;margin-bottom:5px"
style=
"float: right;margin-bottom:5px"
>
添加招生院校课程
</el-button
>
添加招生院校课程
</el-button
>
>
</div>
-->
</div>
<el-dialog
<el-dialog
title=
"添加招生院校课程"
title=
"添加招生院校课程"
:visible
.
sync=
"noticeVisible"
:visible
.
sync=
"noticeVisible"
...
@@ -388,7 +388,13 @@ export default {
...
@@ -388,7 +388,13 @@ export default {
editNoticeVisible
:
false
,
editNoticeVisible
:
false
,
title
:
""
,
title
:
""
,
// coopCourseInfo:{},
// coopCourseInfo:{},
recruitCourseInfo
:
{},
recruitCourseInfo
:
{
school
:
""
,
courseName
:
""
,
courseCode
:
""
,
csoName
:
""
,
csoCode
:
""
},
// editCoopCourse:{
// editCoopCourse:{
// school: " ",
// school: " ",
// courseName: " ",
// courseName: " ",
...
...
src/views/pms/product/components/courseInfo.vue
View file @
b2a935d6
This diff is collapsed.
Click to expand it.
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