@@ -36,7 +36,6 @@
<el-table-column :label="t('infra.fileType')" align="center" prop="type" width="180px" />
<el-table-column :label="t('infra.fileContent')" align="center" prop="url" width="110px">
<template #default="{ row }">
- <img :src="row.url" />
<el-image
v-if="row.type.includes('image')"
class="h-80px w-80px"