feat(user-management): 更新报告模板并隐藏用户列表备注列

- 更新报告模板文件 (report_template.docx)
- 隐藏用户列表中的备注列,注释相关配置代码
- 优化用户管理界面显示字段
This commit is contained in:
Wei_佳 2025-11-27 15:11:58 +08:00
parent cdc4253a10
commit 05f9c02517
2 changed files with 10 additions and 10 deletions

Binary file not shown.

View File

@ -108,16 +108,16 @@ const columns = [
return row.created_at ? formatDate(row.created_at) : '-' return row.created_at ? formatDate(row.created_at) : '-'
}, },
}, },
{ // {
title: '备注', // title: '',
key: 'notes', // key: 'notes',
align: 'center', // align: 'center',
width: 120, // width: 120,
ellipsis: { tooltip: true }, // ellipsis: { tooltip: true },
render(row) { // render(row) {
return row.notes || '-' // return row.notes || '-'
}, // },
}, // },
{ {
title: '剩余体验次数', title: '剩余体验次数',
key: 'remaining_count', key: 'remaining_count',