Jelajahi Sumber

update code

yb 10 bulan lalu
induk
melakukan
7fb777c339
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/views/infra/file/index.vue

+ 0 - 1
src/views/infra/file/index.vue

@@ -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"