mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能完善】文件列表: 添加复制链接功能
This commit is contained in:
parent
7b7ce96c66
commit
452d6024b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user