mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-04 08:26:37 +00:00
perf: 后台评论管理
This commit is contained in:
@ -61,25 +61,25 @@ function load() {
|
||||
},
|
||||
|
||||
{
|
||||
field: 'bookId',
|
||||
title: '小说ID'
|
||||
field: 'bookName',
|
||||
title: '评论小说'
|
||||
},
|
||||
|
||||
{
|
||||
field: 'commentContent',
|
||||
title: '评价内容'
|
||||
title: '评论内容'
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
field: 'createTime',
|
||||
title: '评价时间'
|
||||
title: '评论时间'
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
field: 'createUserId',
|
||||
title: '评价人ID'
|
||||
field: 'userName',
|
||||
title: '评论人'
|
||||
},
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user