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
af8dbe6f
Commit
af8dbe6f
authored
Dec 24, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
133d6f6e
af805e00
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+7
-7
Item.vue
...ews/educationPlanExam/trainingProgram/components/Item.vue
+4
-0
index.vue
...web/src/views/educationPlanExam/trainingProgram/index.vue
+1
-0
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
af8dbe6f
...
...
@@ -112,13 +112,13 @@
<a
v-else
:href=
"enclosure"
class=
"down-load"
>
下载附件
</a>
</
template
>
</el-table-column>
<
el-table-column
label=
"视频"
align=
"center"
prop=
"video"
>
<
template
v-slot=
"{ row: { courseName, video } }"
>
<
a
@
click=
"downLoadVideo(video, courseName)"
class=
"down-load"
>
下载视频
</a
>
<
/
template
>
<
/el-table-column
>
<
!--<el-table-column label="视频" align="center" prop="video">--
>
<
!--<template v-slot="{ row: { courseName, video } }">--
>
<
!--<a @click="downLoadVideo(video, courseName)" class="down-load"-->
<!-->下载视频</a-->
<!-->--
>
<
!--</template>--
>
<
!--</el-table-column>--
>
<el-table-column
label=
"发布时间"
align=
"center"
...
...
danger-manage-web/src/views/educationPlanExam/trainingProgram/components/Item.vue
View file @
af8dbe6f
...
...
@@ -19,6 +19,10 @@
</div>
</div>
</div>
<div
class=
"right flex"
style=
"line-height: 110px;"
>
<div
style=
"margin-left: 20px"
v-if=
"infoData.personnelType==1"
>
员工培训
</div>
<div
style=
"margin-left: 20px"
v-if=
"infoData.personnelType==2"
>
承包商培训
</div>
</div>
<div
class=
"middle flex"
>
<div>
<div
class=
"top"
>
参与培训人员
</div>
...
...
danger-manage-web/src/views/educationPlanExam/trainingProgram/index.vue
View file @
af8dbe6f
...
...
@@ -160,6 +160,7 @@ export default {
return
{
planId
:
item
.
planId
,
planName
:
item
.
planName
,
personnelType
:
item
.
personnelType
,
postIds
:
item
.
postList
,
postList
:
item
.
postList
.
filter
((
item
)
=>
item
.
ischeck
)
...
...
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