perf: 后台评论管理

This commit is contained in:
xiongxiaoyang
2023-04-14 23:16:55 +08:00
parent 8ddc6cc434
commit 3ffa75dc10
7 changed files with 314 additions and 242 deletions

View File

@ -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: '论人'
},