Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
fc2b1ce8
Commit
fc2b1ce8
authored
Dec 25, 2022
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程类型改为培训计划
parent
310730a9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Lesson.vue
...ws/educationPlanExam/lessonsProgram/components/Lesson.vue
+3
-3
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+7
-7
index.vue
...c/views/educationPlanExam/myLessons/CheckLesson/index.vue
+1
-1
Item.vue
...ews/educationPlanExam/trainingProgram/components/Item.vue
+1
-1
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/components/Lesson.vue
View file @
fc2b1ce8
...
...
@@ -20,10 +20,10 @@
<el-input
style=
"width: 500px"
v-model=
"form.courseName"
></el-input>
</el-form-item>
<el-form-item
label=
"
课程类型
"
prop=
"courseType"
>
<el-form-item
label=
"
培训计划
"
prop=
"courseType"
>
<el-select
v-model=
"form.courseType"
placeholder=
"请选择
隐患等级
"
placeholder=
"请选择
培训计划
"
clearable
size=
"small"
>
...
...
@@ -117,7 +117,7 @@ export default {
courseConent
:
[
{
required
:
true
,
trigger
:
"blur"
,
message
:
"课程内容不能为空"
},
],
video
:
[{
required
:
true
,
trigger
:
"blue"
,
message
:
"视频不能为空"
}],
//
video: [{ required: true, trigger: "blue", message: "视频不能为空" }],
enclosure
:
[
{
required
:
true
,
trigger
:
"blur"
,
message
:
"附件不能为空"
},
],
...
...
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
fc2b1ce8
...
...
@@ -6,10 +6,10 @@
:inline=
"true"
label-width=
"68px"
>
<el-form-item
label=
"
课件类别
"
prop=
"courseType"
>
<el-form-item
label=
"
培训计划
"
prop=
"courseType"
>
<el-select
v-model=
"queryParams.courseType"
placeholder=
"请选择
课程类型
"
placeholder=
"请选择
培训计划
"
clearable
size=
"small"
>
...
...
@@ -21,7 +21,7 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"名称"
prop=
"courseName"
>
<el-form-item
label=
"
课程
名称"
prop=
"courseName"
>
<el-input
v-model=
"queryParams.courseName"
placeholder=
"请输入课程名称"
...
...
@@ -81,7 +81,7 @@
</div>
</
template
>
</el-table-column>
-->
<el-table-column
label=
"
课程类别
"
align=
"center"
prop=
"courseType"
>
<el-table-column
label=
"
培训计划
"
align=
"center"
prop=
"courseType"
>
<
template
v-slot=
"scope"
>
<div>
{{
...
...
@@ -195,7 +195,7 @@ import {
issue
,
deleteLesson
,
}
from
"@/api/educationPlanExam/lessonsProgram.js"
;
// 获取
课程类型
// 获取
培训计划
import
{
getPlanList
}
from
"@/api/educationPlanExam/trainingProgram"
;
import
{
mapGetters
,
mapMutations
}
from
"vuex"
;
...
...
@@ -275,13 +275,13 @@ export default {
}
,
/** 新增按钮操作 */
handleAdd
()
{
this
.
$refs
.
Dia
.
title
=
"新增课程"
;
this
.
$refs
.
Dia
.
title
=
"新增
培训
课程"
;
this
.
componentsNum
=
1
;
this
.
courseId
=
null
;
this
.
dilogFlag
=
true
;
}
,
changeLesson
(
courseId
)
{
this
.
$refs
.
Dia
.
title
=
"修改课程"
;
this
.
$refs
.
Dia
.
title
=
"修改
培训
课程"
;
this
.
componentsNum
=
1
;
this
.
courseId
=
courseId
;
this
.
dilogFlag
=
true
;
...
...
danger-manage-web/src/views/educationPlanExam/myLessons/CheckLesson/index.vue
View file @
fc2b1ce8
...
...
@@ -21,7 +21,7 @@
</div>
<div
class=
"bt flex fz14 border-bottom"
>
<div
class=
"a"
>
课程类型
</div>
<div
class=
"a"
>
培训计划
</div>
<div
class=
"b"
>
<div>
{{
lessonTypeName
}}
</div>
</div>
...
...
danger-manage-web/src/views/educationPlanExam/trainingProgram/components/Item.vue
View file @
fc2b1ce8
...
...
@@ -25,7 +25,7 @@
</div>
<div
class=
"middle flex"
>
<div>
<div
class=
"top"
>
参与培训人员
</div>
<div
class=
"top"
>
参与培训人员
(
{{
personnelOptions
.
length
}}
)
</div>
<div
class=
"bottom"
>
<el-checkbox-group
class=
""
v-model=
"infoData.postIds"
>
<el-checkbox
...
...
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