添加成果图片展示

This commit is contained in:
熊丽君
2021-10-12 11:34:59 +08:00
parent 32f19ed594
commit 5726e25039
2 changed files with 189 additions and 33 deletions

View File

@ -48,6 +48,20 @@
}}</el-link>
</template> -->
</el-table-column>
<el-table-column
label="成果图片"
align="center"
prop="fieldName"
>
<template slot-scope="scope">
<el-image
style="width: 100px; height: 100px"
:src="scope.row.picList[0]"
fit="cover"
>
</el-image>
</template>
</el-table-column>
<el-table-column
label="技术领域"
align="center"