diff --git a/web/public/report_template.docx b/web/public/report_template.docx index 29b5d44..551c211 100644 Binary files a/web/public/report_template.docx and b/web/public/report_template.docx differ diff --git a/web/src/views/user-management/user-list/index.vue b/web/src/views/user-management/user-list/index.vue index 33adf9e..a6d8f2d 100644 --- a/web/src/views/user-management/user-list/index.vue +++ b/web/src/views/user-management/user-list/index.vue @@ -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',