wjx 2 rokov pred
rodič
commit
f0f12b0425

+ 8 - 1
src/pages/launchSystemNew/account/tablesConfig.tsx

@@ -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',