This commit is contained in:
2023-07-10 23:58:27 +08:00
parent c79e4e0bbb
commit 35918f5f10
8 changed files with 205 additions and 26 deletions

View File

@@ -38,14 +38,21 @@
width="100"
show-overflow-tooltip
label="项目地址">
</el-table-column>
<el-table-column
<template slot-scope="scope">
<el-link :href="scope.row.projectUrl" :underline="false">{{scope.row.projectUrl}}</el-link>
</template>
</el-table-column>
<el-table-column
prop="projectIco"
align="center"
width="100"
show-overflow-tooltip
label="图标">
</el-table-column>
<template slot-scope="scope">
<el-image :src="scope.row.projectIco" lazy />
</template>
</el-table-column>
<el-table-column
prop="projectTitle"
align="center"