From b6cbfb08b51e87e6eac995be8e7751815715e6a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 三月 2022 15:36:21 +0800 Subject: [PATCH] 2022-03-29 --- src/pc/components/login/normal-login/options.jsx | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/src/pc/components/login/normal-login/options.jsx b/src/pc/components/login/normal-login/options.jsx index 295099c..bcdbea9 100644 --- a/src/pc/components/login/normal-login/options.jsx +++ b/src/pc/components/login/normal-login/options.jsx @@ -131,6 +131,56 @@ {value: 'autologon', label: '鑷姩鐧诲綍'}, ] }, + // { + // type: 'radio', + // field: 'protocol', + // label: '鍗忚', + // initval: wrap.protocol || 'false', + // required: false, + // options: [ + // {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