From 92224e3d5e03f223bf2fb4b0eb88b74e790d8da9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 17 一月 2022 10:00:05 +0800
Subject: [PATCH] 2022-01-17

---
 src/pc/components/login/normal-login/options.jsx |   51 ++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/src/pc/components/login/normal-login/options.jsx b/src/pc/components/login/normal-login/options.jsx
index 45aaffe..bcdbea9 100644
--- a/src/pc/components/login/normal-login/options.jsx
+++ b/src/pc/components/login/normal-login/options.jsx
@@ -133,17 +133,54 @@
     },
     // {
     //   type: 'radio',
-    //   field: 'shortcut',
-    //   label: '蹇嵎鏂瑰紡',
-    //   initval: wrap.shortcut || 'remember',
-    //   tooltip: '璐﹀彿瀵嗙爜鐧诲綍鏃剁殑蹇嵎鏂瑰紡銆�',
+    //   field: 'protocol',
+    //   label: '鍗忚',
+    //   initval: wrap.protocol || 'false',
     //   required: false,
     //   options: [
-    //     {value: 'none', label: '鏃�'},
-    //     {value: 'remember', label: '璁颁綇瀵嗙爜'},
-    //     {value: 'autologon', label: '鑷姩鐧诲綍'},
+    //     {value: 'false', label: '鏃�'},
+    //     {value: 'true', label: '鏈�'},
+    //   ],
+    //   controlFields: [
+    //     {field: 'tip', values: ['true']},
+    //     {field: 'groups', values: ['true']},
     //   ]
     // },
+    // {
+    //   type: 'text',
+    //   field: 'tip',
+    //   label: '鎻愮ず鏂囧瓧',
+    //   initval: wrap.tip || '鎴戝凡闃呰骞跺悓鎰�',
+    //   required: true
+    // },
+    // {
+    //   type: 'table',
+    //   field: 'groups',
+    //   label: '鍗忚缁�',
+    //   initval: wrap.groups || [],
+    //   required: true,
+    //   span: 24,
+    //   columns: [
+    //     {
+    //       title: '鏂囨湰',
+    //       dataIndex: 'label',
+    //       inputType: 'input',
+    //       editable: true,
+    //       unique: true,
+    //       required: true,
+    //       width: '35%'
+    //     },
+    //     {
+    //       title: '閾炬帴',
+    //       dataIndex: 'link',
+    //       inputType: 'input',
+    //       editable: true,
+    //       unique: true,
+    //       required: true,
+    //       width: '40%'
+    //     },
+    //   ]
+    // }
   ]
 
   return wrapForm

--
Gitblit v1.8.0