Commit 452d6024 by YunaiV

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

parent 7b7ce96c
...@@ -95,11 +95,7 @@ ...@@ -95,11 +95,7 @@
/> />
<el-table-column label="操作" align="center"> <el-table-column label="操作" align="center">
<template #default="scope"> <template #default="scope">
<el-button <el-button link type="primary" @click="copyToClipboard(scope.row.url)">
link
type="primary"
@click="copyToClipboard(scope.row.url)"
>
复制链接 复制链接
</el-button> </el-button>
<el-button <el-button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment