mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-14 07:03:15 +08:00
refactor(components): 重命名 GhostButton 为 ActionButton 以更准确描述用途
This commit is contained in:
@@ -93,9 +93,9 @@ function handleSendSingle(userId: string) {
|
||||
</Space>
|
||||
</template>
|
||||
<template #action="{ row }">
|
||||
<ghost-button @click="handleSendSingle(row.userId)">
|
||||
<action-button @click="handleSendSingle(row.userId)">
|
||||
发送消息
|
||||
</ghost-button>
|
||||
</action-button>
|
||||
</template>
|
||||
</BasicTable>
|
||||
<SendMsgModal />
|
||||
|
||||
Reference in New Issue
Block a user