瀏覽代碼

update code

yb 11 月之前
父節點
當前提交
7fb777c339
共有 1 個文件被更改,包括 0 次插入1 次删除
  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"