|
@@ -109,22 +109,22 @@ const ClientLowerList: React.FC<ClientLowerListProps> = ({ logList: { log: logs
|
|
|
dataIndex: 'operatorName',
|
|
dataIndex: 'operatorName',
|
|
|
key: 'operatorName',
|
|
key: 'operatorName',
|
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
|
- width: 115,
|
|
|
|
|
- render: (_, record) => (
|
|
|
|
|
- <div className="flex items-center">
|
|
|
|
|
- <div
|
|
|
|
|
- className="rounded-1/2 w-5 h-5"
|
|
|
|
|
- style={{
|
|
|
|
|
- backgroundImage: `url(${
|
|
|
|
|
- (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
|
|
|
|
|
- (record.avatar ?? consts.DEFAULT_AVATAR)
|
|
|
|
|
- })`,
|
|
|
|
|
- backgroundSize: 'cover'
|
|
|
|
|
- }}
|
|
|
|
|
- />
|
|
|
|
|
- <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ width: 115
|
|
|
|
|
+ // render: (_, record) => (
|
|
|
|
|
+ // <div className="flex items-center">
|
|
|
|
|
+ // <div
|
|
|
|
|
+ // className="rounded-1/2 w-5 h-5"
|
|
|
|
|
+ // style={{
|
|
|
|
|
+ // backgroundImage: `url(${
|
|
|
|
|
+ // (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
|
|
|
|
|
+ // (record.avatar ?? consts.DEFAULT_AVATAR)
|
|
|
|
|
+ // })`,
|
|
|
|
|
+ // backgroundSize: 'cover'
|
|
|
|
|
+ // }}
|
|
|
|
|
+ // />
|
|
|
|
|
+ // <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
|
|
|
|
|
+ // </div>
|
|
|
|
|
+ // )
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '操作',
|
|
title: '操作',
|