From 9cc8c01dd325c9e29dd7a8fc5521148e26978a1c Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期三, 25 十月 2023 09:48:27 +0800
Subject: [PATCH] 异步分发接口优化

---
 _Main/UI/MacroPlannerWebApp/Views/接口测试.vw |   86 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 84 insertions(+), 2 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw" "b/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
index 1977281..7ca33c1 100644
--- "a/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
+++ "b/_Main/UI/MacroPlannerWebApp/Views/\346\216\245\345\217\243\346\265\213\350\257\225.vw"
@@ -13,7 +13,7 @@
         {
           mode: 'open'
           rowPosition: 1
-          rowSpan: 23
+          rowSpan: 17
           columnPosition: 1
           columnSpan: 6
         }
@@ -152,7 +152,7 @@
         {
           mode: 'open'
           rowPosition: 1
-          rowSpan: 23
+          rowSpan: 28
           columnPosition: 7
           columnSpan: 6
         }
@@ -1180,6 +1180,88 @@
           }
         }
       }
+      form_FormDataInterfaceLog
+      {
+        title: 'QTIANMA_JITUAN::FormDataInterfaceLog'
+        shown: true
+        componentID: 'QTIANMA_JITUAN::FormDataInterfaceLog'
+        layout
+        {
+          mode: 'open'
+          rowPosition: 18
+          rowSpan: 11
+          columnPosition: 1
+          columnSpan: 6
+        }
+        components
+        {
+          FormDataInterfaceLog_PanelDataInterfaceLog
+          {
+            sizeRatio: 1
+          }
+          FormDataInterfaceLog_ListDataInterfaceLog
+          {
+          }
+          FormDataInterfaceLog_DataSetLevelDataInterfaceLog
+          {
+            groupDepth: -1
+            column_ImgExecuteStatus
+            {
+              columnId: 'ImgExecuteStatus'
+              dataPath: 'ImgExecuteStatus'
+              dataType: 'string'
+              index: 0
+              subtotals: ''
+              width: 40
+            }
+            column_Message
+            {
+              columnId: 'Message'
+              dataPath: 'Message'
+              dataType: 'string'
+              index: 1
+              subtotals: ''
+              width: 150
+            }
+            column_CreateDate
+            {
+              columnId: 'CreateDate'
+              dataPath: 'CreateDate'
+              dataType: 'datetime'
+              index: 2
+              subtotals: ''
+              width: 150
+            }
+            column_ErrorNo
+            {
+              columnId: 'ErrorNo'
+              dataPath: 'ErrorNo'
+              dataType: 'number'
+              index: 3
+              subtotals: ''
+              width: 150
+            }
+            column_ErrorMessage
+            {
+              columnId: 'ErrorMessage'
+              dataPath: 'ErrorMessage'
+              dataType: 'string'
+              index: 4
+              subtotals: ''
+              width: 150
+            }
+            column_ExecuteUser
+            {
+              columnId: 'ExecuteUser'
+              dataPath: 'ExecuteUser'
+              dataType: 'string'
+              index: 5
+              subtotals: ''
+              width: 150
+            }
+          }
+        }
+      }
     }
     userconfigurableinformation
     {

--
Gitblit v1.9.3