From ab8b3af2bc6460dba2a807d27004e128d772ab24 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 12 七月 2024 09:30:09 +0800
Subject: [PATCH] 增城配置

---
 src/main/java/com/fzzy/api/view/ApiConfs.view.xml |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
index 81de227..bc98d40 100644
--- a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
+++ b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
@@ -27,6 +27,10 @@
         <Property></Property>
         <Property name="label">鐪佸钩鍙板姞瀵嗗叕閽�</Property>
       </PropertyDef>
+      <PropertyDef name="appCode">
+        <Property></Property>
+        <Property name="label">鎺堟潈鐮�</Property>
+      </PropertyDef>
       <PropertyDef name="apiUrl">
         <Property></Property>
         <Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property>
@@ -196,6 +200,19 @@
           <Property name="valueProperty">name</Property>
         </Property>
       </PropertyDef>
+      <PropertyDef name="gbCodingUrl">
+        <Property></Property>
+        <Property name="label">缁熶竴缂栫爜鍦板潃</Property>
+      </PropertyDef>
+      <PropertyDef name="gbCodingTag">
+        <Property></Property>
+        <Property name="label">缁熶竴缂栫爜涓婁紶</Property>
+        <Property name="mapping">
+          <Property name="mapValues">${dorado.getDataProvider(&quot;apiTriggerService#trigger&quot;).getResult(&quot;YN&quot;)}</Property>
+          <Property name="keyProperty">code</Property>
+          <Property name="valueProperty">name</Property>
+        </Property>
+      </PropertyDef>
       <PropertyDef name="pushProtocol">
         <Property></Property>
         <Property name="label">鐪佸钩鍙板崗璁�</Property>
@@ -301,10 +318,14 @@
       <DataColumn name="kqdm">
         <Property name="property">kqdm</Property>
         <Property name="align">center</Property>
+        <Property name="name">grade</Property>
+        <Property name="width">200</Property>
       </DataColumn>
       <DataColumn name="kqmc">
         <Property name="property">kqmc</Property>
         <Property name="align">center</Property>
+        <Property name="name">grade</Property>
+        <Property name="width">300</Property>
       </DataColumn>
       <DataColumn>
         <Property name="property">grade</Property>
@@ -343,10 +364,14 @@
         <DataColumn name="pushProtocol">
           <Property name="property">pushProtocol</Property>
           <Property name="align">center</Property>
+          <Property name="name">grade</Property>
+          <Property name="width">180</Property>
         </DataColumn>
         <DataColumn name="syncProtocol">
           <Property name="property">syncProtocol</Property>
           <Property name="align">center</Property>
+          <Property name="name">grade</Property>
+          <Property name="width">180</Property>
         </DataColumn>
       </ColumnGroup>
     </DataGrid>
@@ -355,7 +380,7 @@
       <Property name="caption">鎺ュ彛閰嶇疆淇℃伅</Property>
       <Property name="iconClass">fa fa-sliders</Property>
       <Property name="closeable">false</Property>
-      <Property name="height">680</Property>
+      <Property name="height">720</Property>
       <Buttons>
         <Button>
           <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
@@ -407,18 +432,25 @@
                   <Editor/>
                 </AutoFormElement>
                 <AutoFormElement>
-                  <Property name="name">password</Property>
-                  <Property name="property">password</Property>
-                  <Property name="editorType">PasswordEditor</Property>
+                  <Property name="name">appCode</Property>
+                  <Property name="property">appCode</Property>
                   <Editor/>
                 </AutoFormElement>
+
                 <AutoFormElement>
                   <Property name="name">deptId</Property>
                   <Property name="property">deptId</Property>
                   <Property name="labelWidth">120</Property>
                   <Editor/>
                 </AutoFormElement>
-                <AutoFormElement layoutConstraint="colSpan:2">
+                <AutoFormElement>
+                  <Property name="name">password</Property>
+                  <Property name="property">password</Property>
+                  <Property name="editorType">PasswordEditor</Property>
+                  <Property name="labelWidth">125</Property>
+                  <Editor/>
+                </AutoFormElement>
+                <AutoFormElement>
                   <Property name="name">publicKey</Property>
                   <Property name="property">publicKey</Property>
                   <Property name="labelWidth">125</Property>
@@ -430,6 +462,7 @@
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
+
                 <AutoFormElement layoutConstraint="colSpan:2">
                   <Property name="name">apiUrl</Property>
                   <Property name="property">apiUrl</Property>
@@ -454,6 +487,18 @@
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
+                <AutoFormElement layoutConstraint="colSpan:2">
+                  <Property name="name">gbCodingUrl</Property>
+                  <Property name="property">gbCodingUrl</Property>
+                  <Property name="labelWidth">125</Property>
+                  <Editor/>
+                </AutoFormElement>
+                <AutoFormElement>
+                  <Property name="name">gbCodingTag</Property>
+                  <Property name="property">gbCodingTag</Property>
+                  <Property name="labelWidth">125</Property>
+                  <Editor/>
+                </AutoFormElement>
               </AutoForm>
             </Children>
           </FieldSet>

--
Gitblit v1.9.3