|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-table-column prop="name" align="left" label="文件名称">
|
|
|
|
|
<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>
|
|
|
|
|
</el-link>
|
|
|
|
|
</template>
|
|
|
|
|