feat(user-management): 更新报告模板并隐藏用户列表备注列
- 更新报告模板文件 (report_template.docx) - 隐藏用户列表中的备注列,注释相关配置代码 - 优化用户管理界面显示字段
This commit is contained in:
parent
cdc4253a10
commit
05f9c02517
Binary file not shown.
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user