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