update 优化 oss 预览使用 ImagePreview 组件
This commit is contained in:
parent
d4b4eb4004
commit
0b761fe52b
@ -121,9 +121,9 @@
|
|||||||
<el-table-column label="文件后缀" align="center" prop="fileSuffix" />
|
<el-table-column label="文件后缀" align="center" prop="fileSuffix" />
|
||||||
<el-table-column label="文件展示" align="center" prop="url">
|
<el-table-column label="文件展示" align="center" prop="url">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-image
|
<ImagePreview
|
||||||
v-if="previewListResource && checkFileSuffix(scope.row.fileSuffix)"
|
v-if="previewListResource && checkFileSuffix(scope.row.fileSuffix)"
|
||||||
style="width: 100px; height: 100px;"
|
:width=100 :height=100
|
||||||
:src="scope.row.url"
|
:src="scope.row.url"
|
||||||
:preview-src-list="[scope.row.url]"/>
|
:preview-src-list="[scope.row.url]"/>
|
||||||
<span v-text="scope.row.url"
|
<span v-text="scope.row.url"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user