提交 7e3353ed 作者: ZhangLingKun

Merge branch 'develop'

流水线 #7126 已通过 于阶段
in 1 分 5 秒
......@@ -135,7 +135,7 @@ function AccountManageView() {
title: '角色',
align: 'center',
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: '邮箱', align: 'center', width: '18%', dataIndex: 'email' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论