添加后端评论的管理页面

This commit is contained in:
2024-07-02 22:18:16 +08:00
parent 60c1a495f2
commit 73eb288d3c
18 changed files with 198 additions and 22 deletions

View File

@@ -176,7 +176,6 @@ watch(query, listUsers, { deep: true })
<n-data-table
:data="users"
:columns="columns"
size="small"
striped
:row-key="rowKey"
@update:checked-row-keys="chooseUsers"