shenwu 2 anni fa
parent
commit
4c4d85b67d
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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,
+        },
     ]
 }