فهرست منبع

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 2 سال پیش
والد
کامیت
0999f171db
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',