mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
增加ck管理昵称默认值
This commit is contained in:
parent
6b7a64845e
commit
5de67b9679
|
@ -123,6 +123,12 @@ const Config = () => {
|
|||
dataIndex: 'nickname',
|
||||
key: 'nickname',
|
||||
align: 'center' as const,
|
||||
width: '15%',
|
||||
render: (text: string, record: any, index: number) => {
|
||||
return (
|
||||
<span style={{ cursor: 'text' }}>{record.nickname || '-'} </span>
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '值',
|
||||
|
|
Loading…
Reference in New Issue
Block a user