update 替换掉过时写法

This commit is contained in:
疯狂的狮子Li
2026-04-10 13:55:51 +08:00
parent 9acf52e8a7
commit d38329befb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<!-- 文件列表 -->
<transition-group class="upload-file-list el-upload-list el-upload-list--text" name="el-fade-in-linear" tag="ul">
<li v-for="(file, index) in fileList" :key="file.uid" class="el-upload-list__item ele-upload-list__item-content">
<el-link :href="`${file.url}`" :underline="false" target="_blank">
<el-link :href="`${file.url}`" underline="never" target="_blank">
<span class="el-icon-document">{{ getFileName(file.name) }}</span>
</el-link>
<div class="ele-upload-list__item-content-action">
+2 -2
View File
@@ -170,7 +170,7 @@
:show-overflow-tooltip="true"
>
<template #default="scope">
<el-link type="primary" :underline="false" @click="handleViewDetail(scope.row)">
<el-link type="primary" underline="never" @click="handleViewDetail(scope.row)">
{{ scope.row.userName }}
</el-link>
</template>
@@ -428,7 +428,7 @@
<span>仅允许导入xlsxlsx格式文件</span>
<el-link
type="primary"
:underline="false"
underline="never"
style="font-size: 12px; vertical-align: baseline"
@click="importTemplate"
>
+1 -1
View File
@@ -176,7 +176,7 @@
<el-link
v-copyText="value"
v-copyText:callback="copyTextSuccess"
:underline="false"
underline="never"
icon="DocumentCopy"
style="float: right"
>