mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-25 02:46:39 +08:00
fix(core): 统一用户昵称字段名称从 nickName 改为 nick
This commit is contained in:
@@ -57,7 +57,7 @@ function handleTransfer(userList: User[]) {
|
||||
const current = userList[0];
|
||||
Modal.confirm({
|
||||
title: '转办',
|
||||
content: `确定转办给${current?.nickName}吗?`,
|
||||
content: `确定转办给${current?.nick}吗?`,
|
||||
centered: true,
|
||||
onOk: async () => {
|
||||
await taskOperation(
|
||||
|
||||
Reference in New Issue
Block a user