Commit af8dbe6f authored by 王晓倩's avatar 王晓倩

Merge remote-tracking branch 'origin/master'

parents 133d6f6e af805e00
...@@ -112,13 +112,13 @@ ...@@ -112,13 +112,13 @@
<a v-else :href="enclosure" class="down-load">下载附件</a> <a v-else :href="enclosure" class="down-load">下载附件</a>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="视频" align="center" prop="video"> <!--<el-table-column label="视频" align="center" prop="video">-->
<template v-slot="{ row: { courseName, video } }"> <!--<template v-slot="{ row: { courseName, video } }">-->
<a @click="downLoadVideo(video, courseName)" class="down-load" <!--<a @click="downLoadVideo(video, courseName)" class="down-load"-->
>下载视频</a <!--&gt;下载视频</a-->
> <!--&gt;-->
</template> <!--</template>-->
</el-table-column> <!--</el-table-column>-->
<el-table-column <el-table-column
label="发布时间" label="发布时间"
align="center" align="center"
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
</div> </div>
</div> </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 class="middle flex">
<div> <div>
<div class="top">参与培训人员</div> <div class="top">参与培训人员</div>
......
...@@ -160,6 +160,7 @@ export default { ...@@ -160,6 +160,7 @@ export default {
return { return {
planId: item.planId, planId: item.planId,
planName: item.planName, planName: item.planName,
personnelType:item.personnelType,
postIds: item.postList, postIds: item.postList,
postList: item.postList postList: item.postList
.filter((item) => item.ischeck) .filter((item) => item.ischeck)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment