Commit 9ef267a4 by Cat

zd 教师电子档案

parent d920aacd
...@@ -374,7 +374,8 @@ ...@@ -374,7 +374,8 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件" prop="thesisList"> <el-table-column align="center" label="附件" prop="thesisList">
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.thesisListInfo" v-for="(accessory, index) in scope.row.thesisListInfo"
:key="index" :key="index"
> >
...@@ -385,9 +386,10 @@ ...@@ -385,9 +386,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -416,7 +418,8 @@ ...@@ -416,7 +418,8 @@
prop="materialList" prop="materialList"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.matListInfo" v-for="(accessory, index) in scope.row.matListInfo"
:key="index" :key="index"
> >
...@@ -427,9 +430,10 @@ ...@@ -427,9 +430,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -462,7 +466,8 @@ ...@@ -462,7 +466,8 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件"> <el-table-column align="center" label="附件">
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.trainingListInfo" v-for="(accessory, index) in scope.row.trainingListInfo"
:key="index" :key="index"
> >
...@@ -473,9 +478,10 @@ ...@@ -473,9 +478,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -519,7 +525,8 @@ ...@@ -519,7 +525,8 @@
" "
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.accListInfo" v-for="(accessory, index) in scope.row.accListInfo"
:key="index" :key="index"
> >
...@@ -530,9 +537,10 @@ ...@@ -530,9 +537,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -376,20 +376,17 @@ ...@@ -376,20 +376,17 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件" prop="thesisList"> <el-table-column align="center" label="附件" prop="thesisList">
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.thesisListInfo" v-for="(accessory, index) in scope.row.thesisListInfo"
:key="index" :key="index"
> >
<!-- <a
:href="baseUrl + accessory.accessoryUrl"
target="_blank"
>{{ accessory.accessoryName }}</a
> -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -418,20 +415,31 @@ ...@@ -418,20 +415,31 @@
prop="materialList" prop="materialList"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <!-- <div
v-for="(accessory, index) in scope.row.matListInfo" v-for="(accessory, index) in scope.row.matListInfo"
:key="index" :key="index"
> > -->
<!-- <a <!-- <a
:href="baseUrl + accessory.accessoryUrl" :href="baseUrl + accessory.accessoryUrl"
target="_blank" target="_blank"
>{{ accessory.accessoryName }}</a >{{ accessory.accessoryName }}</a
> --> > -->
<img <!-- <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 100px"
/> />
</div> </div> -->
<el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.matListInfo"
:key="index"
>
<img
:src="baseUrl + accessory.accessoryUrl"
style="width: 150px"
/>
</el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -464,20 +472,26 @@ ...@@ -464,20 +472,26 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件"> <el-table-column align="center" label="附件">
<template slot-scope="scope"> <template slot-scope="scope">
<div <!-- <div
v-for="(accessory, index) in scope.row.trainingListInfo" v-for="(accessory, index) in scope.row.trainingListInfo"
:key="index" :key="index"
> >
<!-- <a
:href="baseUrl + accessory.accessoryUrl"
target="_blank"
>{{ accessory.accessoryName }}</a
> -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 100px"
/> />
</div> </div> -->
<el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.trainingListInfo"
:key="index"
>
<img
:src="baseUrl + accessory.accessoryUrl"
style="width: 150px"
/>
</el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -521,20 +535,17 @@ ...@@ -521,20 +535,17 @@
" "
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.accListInfo" v-for="(accessory, index) in scope.row.accListInfo"
:key="index" :key="index"
> >
<!-- <a
:href="baseUrl + accessory.accessoryUrl"
target="_blank"
>{{ accessory.accessoryName }}</a
> -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -363,7 +363,8 @@ ...@@ -363,7 +363,8 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件" prop="thesisList"> <el-table-column align="center" label="附件" prop="thesisList">
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.thesisListInfo" v-for="(accessory, index) in scope.row.thesisListInfo"
:key="index" :key="index"
> >
...@@ -374,9 +375,10 @@ ...@@ -374,9 +375,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -405,7 +407,8 @@ ...@@ -405,7 +407,8 @@
prop="materialList" prop="materialList"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.matListInfo" v-for="(accessory, index) in scope.row.matListInfo"
:key="index" :key="index"
> >
...@@ -416,9 +419,10 @@ ...@@ -416,9 +419,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -451,7 +455,8 @@ ...@@ -451,7 +455,8 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="附件"> <el-table-column align="center" label="附件">
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.trainingListInfo" v-for="(accessory, index) in scope.row.trainingListInfo"
:key="index" :key="index"
> >
...@@ -462,9 +467,10 @@ ...@@ -462,9 +467,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -508,7 +514,8 @@ ...@@ -508,7 +514,8 @@
" "
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <el-carousel trigger="click" height="60px">
<el-carousel-item
v-for="(accessory, index) in scope.row.accListInfo" v-for="(accessory, index) in scope.row.accListInfo"
:key="index" :key="index"
> >
...@@ -519,9 +526,10 @@ ...@@ -519,9 +526,10 @@
> --> > -->
<img <img
:src="baseUrl + accessory.accessoryUrl" :src="baseUrl + accessory.accessoryUrl"
style="width: 100px" style="width: 150px"
/> />
</div> </el-carousel-item>
</el-carousel>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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