【功能完善】文件列表: 添加复制链接功能

This commit is contained in:
YunaiV 2025-01-04 09:31:28 +08:00
parent 7b7ce96c66
commit 452d6024b0

View File

@ -95,11 +95,7 @@
/>
<el-table-column label="操作" align="center">
<template #default="scope">
<el-button
link
type="primary"
@click="copyToClipboard(scope.row.url)"
>
<el-button link type="primary" @click="copyToClipboard(scope.row.url)">
复制链接
</el-button>
<el-button