mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-12 03:21:28 +08:00
文件图标预览
This commit is contained in:
@@ -136,7 +136,12 @@
|
|||||||
<el-table-column type="selection" width="55" />
|
<el-table-column type="selection" width="55" />
|
||||||
<el-table-column label="图片" width="100">
|
<el-table-column label="图片" width="100">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<file-item :uri="row.uri" file-size="50px" :type="type"></file-item>
|
<file-item
|
||||||
|
:uri="row.uri"
|
||||||
|
file-size="50px"
|
||||||
|
:type="type"
|
||||||
|
@click.stop="handlePreview(row.uri)"
|
||||||
|
></file-item>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="名称" min-width="100" show-overflow-tooltip>
|
<el-table-column label="名称" min-width="100" show-overflow-tooltip>
|
||||||
|
Reference in New Issue
Block a user