wjx 2 年之前
父節點
當前提交
f0f12b0425
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      src/pages/launchSystemNew/account/tablesConfig.tsx

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