shenwu %!s(int64=2) %!d(string=hai) anos
pai
achega
4c4d85b67d
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/pages/launchSystemNew/adq/log/tableConfig.tsx

+ 7 - 0
src/pages/launchSystemNew/adq/log/tableConfig.tsx

@@ -151,6 +151,13 @@ function tableConfig(tableIdClick: (props: {
             width: 400,
             ellipsis: true,
         },
+        {
+            title: '操作参数',
+            dataIndex: 'requestJson',
+            key: 'requestJson',
+            width: 400,
+            ellipsis: true,
+        },
     ]
 }