😎调整在线用户发送消息页面
This commit is contained in:
parent
8318a39c7e
commit
074a128965
@ -44,7 +44,7 @@
|
||||
</template>
|
||||
<template #row_buttons="{ row }">
|
||||
<el-tooltip content="发送消息" placement="top">
|
||||
<el-button icon="ele-Position" size="small" text type="primary" @click="openSendMessage(row)"> </el-button>
|
||||
<el-button icon="ele-Position" text type="primary" @click="openSendMessage(row)"> </el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="强制下线" placement="top">
|
||||
<el-button icon="ele-CircleCloseFilled" text type="danger" v-auth="'sysOnlineUser:forceOffline'" @click="forceOffline(row)"> </el-button>
|
||||
@ -62,6 +62,8 @@
|
||||
</vxe-grid>
|
||||
</el-card>
|
||||
</el-drawer>
|
||||
|
||||
<SendMessage ref="sendMessageRef" title="发送消息" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user