dev
wangxy 11 months ago
parent 9127b8ef66
commit cbf94f773e

@ -18,7 +18,7 @@
> >
<el-table-column prop="name" align="left" label="文件名称"> <el-table-column prop="name" align="left" label="文件名称">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link style="margin-right: auto;" :href="`${baseUrl}${scope.row.url}`" :underline="false" target="_blank"> <el-link style="margin-right: auto;" :href="`${scope.row.url}`" :underline="false" target="_blank">
<span class="el-icon-document"> {{ getFileName(scope.row.fileName) }} </span> <span class="el-icon-document"> {{ getFileName(scope.row.fileName) }} </span>
</el-link> </el-link>
</template> </template>

Loading…
Cancel
Save