Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
b13916d1
Commit
b13916d1
authored
Apr 03, 2024
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程管理修改
parent
5fd9a9dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
index.vue
src/views/courseInformation/courseManagement/index.vue
+0
-1
index.vue
src/views/courseInformation/courseManagement/info/index.vue
+20
-7
No files found.
src/views/courseInformation/courseManagement/index.vue
View file @
b13916d1
...
...
@@ -468,7 +468,6 @@
import
CurCat
from
'../courseManagement/courseCatalogues.vue'
import
{
queryBLessonsByPagination
,
queryDirectionsList
,
blessonAdd
,
blessonRemove
,
excelImport
,
...
...
src/views/courseInformation/courseManagement/info/index.vue
View file @
b13916d1
...
...
@@ -27,7 +27,6 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"课程方案:"
prop=
"111"
:rules=
"[
{ required: status !== '3', message: '请输入课程方案', trigger: 'blur' }]">
<el-form-item
label=
"课程方案:"
prop=
"111"
>
<el-select
v-model=
"form.value4"
filterable
...
...
@@ -80,7 +79,7 @@
<el-row
:gutter=
"100"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"课程讲师:"
prop=
"22"
:rules=
"[
{ required: status !== '3', message: '请输入课程讲师', trigger: 'blur' }]">
<!--
<el-form-item
label=
"课程讲师:"
prop=
"22"
>
-->
<!--
<el-form-item
label=
"课程讲师:"
prop=
"22"
>
-->
<el-select
v-model=
"form.value7"
filterable
...
...
@@ -278,16 +277,30 @@ export default {
this
.
difficultyLevlList
=
res
.
data
})
},
gethomeShow
()
{
getDict
(
'show_home'
).
then
(
res
=>
{
this
.
homeDisplay
=
res
.
data
})
},
getEnterpriseCourseList
()
{
getDict
(
'course_excellent'
).
then
(
res
=>
{
this
.
enterpriseCourseList
=
res
.
data
})
},
// 获取课程方案
getCoursePlan
()
{
getDict
(
'class_plan'
).
then
(
res
=>
{
this
.
coursePlanOptions
=
res
.
data
console
.
log
(
'课程方案'
,
this
.
coursePlanOptions
)
})
},
// 获取岗位类型
getJobClassification
()
{
getDict
(
'job_classify'
).
then
(
res
=>
{
this
.
valueOptions
=
res
.
data
})
},
// 获取技术分类
getCourseDirection
()
{
getDict
(
'tec_classify'
).
then
(
res
=>
{
this
.
courseDirection
=
res
.
data
})
},
// 保存
submit
()
{
this
.
$refs
.
courseRef
.
validate
(
valid
=>
{
...
...
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