mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-14 00:57:45 +08:00
refactor: 消息通知点开后才查询消息列表
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<a-drawer v-model:visible="visible" title="用户详情" :width="width >= 600 ? 600 : '100%'" :footer="false">
|
||||
<a-descriptions :column="2" size="large" class="general-description">
|
||||
<a-descriptions-item label="ID" :span="2">{{ dataDetail?.id }}</a-descriptions-item>
|
||||
<a-descriptions-item label="ID" :span="2">
|
||||
<a-typography-paragraph copyable>{{ dataDetail?.id }}</a-typography-paragraph>
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label="用户名">
|
||||
<a-typography-paragraph :copyable="!!dataDetail?.username">{{ dataDetail?.username }}</a-typography-paragraph>
|
||||
</a-descriptions-item>
|
||||
|
Reference in New Issue
Block a user