Compare commits

..

2 Commits

Author SHA1 Message Date
Wei_佳
cf19b56b6d Merge branch 'main' of https://git.1024tool.vip/zfc/guzhi
* 'main' of https://git.1024tool.vip/zfc/guzhi:
  更新数据库字段未更新
2025-11-27 15:12:10 +08:00
Wei_佳
05f9c02517 feat(user-management): 更新报告模板并隐藏用户列表备注列
- 更新报告模板文件 (report_template.docx)
- 隐藏用户列表中的备注列,注释相关配置代码
- 优化用户管理界面显示字段
2025-11-27 15:11:58 +08:00
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) : '-'
},
},
{
title: '备注',
key: 'notes',
align: 'center',
width: 120,
ellipsis: { tooltip: true },
render(row) {
return row.notes || '-'
},
},
// {
// title: '',
// key: 'notes',
// align: 'center',
// width: 120,
// ellipsis: { tooltip: true },
// render(row) {
// return row.notes || '-'
// },
// },
{
title: '剩余体验次数',
key: 'remaining_count',