We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04df112 commit 9778969Copy full SHA for 9778969
src/views/infra/file/index.vue
@@ -36,7 +36,7 @@
36
<image-preview v-if="scope.row.type&&scope.row.type.indexOf('image/') === 0" :src="scope.row.url"
37
:width="'100px'"></image-preview>
38
<i v-else>无法预览,点击
39
- <el-link type="primary" :underline="false" style="font-size:12px;vertical-align: baseline;"
+ <el-link type="primary" :underline="false" style="font-size:12px;vertical-align: baseline;" target="_blank"
40
:href="getFileUrl + scope.row.configId + '/get/' + scope.row.path">下载
41
</el-link>
42
</i>
0 commit comments