|
|
@@ -58,7 +58,7 @@
|
|
|
<el-table-column label="项目编号" align="center" prop="projectNo" />
|
|
|
<el-table-column label="项目logo" align="center" prop="projectLogo" width="200">
|
|
|
<template #default="scope">
|
|
|
- <el-image v-if="scope.row.projectLogo" :src="scope.row.projectLogo" style="width: 60px; height: 60px" fit="cover" />
|
|
|
+ <el-image v-if="scope.row.projectLogo" :src="scope.row.projectLogo" style="width: 60px; height: 60px; border-radius: 50%" fit="cover" />
|
|
|
<span v-else>暂无图片</span>
|
|
|
</template>
|
|
|
</el-table-column>
|