From cf804e19634ff953bb132af1b2f46905d80c1e3a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 五月 2021 15:08:34 +0800 Subject: [PATCH] 2021-05-12 --- src/templates/zshare/formconfig.jsx | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index a9fa640..40738de 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -506,20 +506,6 @@ text: '>=' }] }, - // { - // type: 'select', - // key: 'display', - // label: Formdict['header.form.display'], - // initVal: card.display || 'dropdown', - // required: true, - // options: [{ - // value: 'dropdown', - // text: Formdict['header.form.dropdown'] - // // }, { - // // value: 'button', - // // text: Formdict['header.form.button'] - // }] - // }, { type: 'radio', key: 'database', @@ -597,6 +583,19 @@ }] }, { + type: 'radio', + key: 'advanced', + label: '楂樼骇鎼滅储', + initVal: card.advanced || 'false', + options: [{ + value: 'true', + text: Formdict['model.true'] + }, { + value: 'false', + text: Formdict['model.false'] + }] + }, + { type: 'multiselect', key: 'blacklist', label: Formdict['header.form.blacklist'], -- Gitblit v1.8.0