Skip to content

Commit 452d602

Browse files
committed
【功能完善】文件列表: 添加复制链接功能
1 parent 7b7ce96 commit 452d602

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/views/infra/file/index.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@
9595
/>
9696
<el-table-column label="操作" align="center">
9797
<template #default="scope">
98-
<el-button
99-
link
100-
type="primary"
101-
@click="copyToClipboard(scope.row.url)"
102-
>
98+
<el-button link type="primary" @click="copyToClipboard(scope.row.url)">
10399
复制链接
104100
</el-button>
105101
<el-button

0 commit comments

Comments
 (0)