|
@@ -48,11 +48,18 @@ const columnsCrGdt = (editHandle: (data: any) => void) => {
|
|
|
dataIndex: 'putResourceKey',
|
|
|
key: 'putResourceKey',
|
|
|
ellipsis: true,
|
|
|
- width: 200,
|
|
|
+ width: 180,
|
|
|
render: (a: any, b: any) => {
|
|
|
return <span>{a || '<空>'}</span>
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '授权者',
|
|
|
+ dataIndex: 'putUserName',
|
|
|
+ key: 'putUserName',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 80
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'cz',
|