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
17da3762
Commit
17da3762
authored
Dec 28, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jzl'
parents
22b00c4a
379b7c78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
...anage-web/src/views/educationPlanExam/textPaper/index.vue
+2
-2
Item.vue
...ews/educationPlanExam/trainingProgram/components/Item.vue
+3
-2
No files found.
danger-manage-web/src/views/educationPlanExam/textPaper/index.vue
View file @
17da3762
...
...
@@ -259,13 +259,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/trainingProgram/components/Item.vue
View file @
17da3762
...
...
@@ -27,15 +27,16 @@
<div>
<div
class=
"top"
>
参与培训人员(
{{
personnelOptions
.
length
}}
)
</div>
<div
class=
"bottom"
>
<
el-checkbox-group
class=
""
v-model=
"infoData.postIds"
>
<
!--
<el-checkbox-group
class=
""
v-model=
"infoData.postIds"
>
--
>
<el-checkbox
:disabled=
"!isActive"
v-model=
"personnel.ischeck"
v-for=
"personnel in personnelOptions"
:label=
"personnel.postId"
:key=
"personnel.postId"
>
{{
personnel
.
postName
}}
</el-checkbox
>
<
/el-checkbox-group
>
<
!--
</el-checkbox-group>
--
>
</div>
</div>
</div>
...
...
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