提交 ddf4157b 作者: ZhangLingKun

优化:培训详情问题修复

上级 21e813e3
流水线 #7125 已通过 于阶段
in 1 分 8 秒
...@@ -135,7 +135,7 @@ function AccountManageView() { ...@@ -135,7 +135,7 @@ function AccountManageView() {
title: '角色', title: '角色',
align: 'center', align: 'center',
width: '10%', width: '10%',
render: (_text: string, record) => <div>{record.roleInfoDTO.roleName}</div>, render: (_text: string, record) => record?.roleInfoDTO?.roleName,
}, },
{ title: '手机号', dataIndex: 'phoneNum', align: 'center', width: '150px' }, { title: '手机号', dataIndex: 'phoneNum', align: 'center', width: '150px' },
{ title: '邮箱', align: 'center', width: '18%', dataIndex: 'email' }, { title: '邮箱', align: 'center', width: '18%', dataIndex: 'email' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论