From 876a5e6657d67df66bb525d02dd6d147ba81cae5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 一月 2023 09:53:37 +0800 Subject: [PATCH] 2023-01-05 --- src/templates/zshare/formconfig.jsx | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index ecbc867..b11d8ca 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -489,6 +489,13 @@ required: true }, { + type: 'text', + key: 'colorField', + label: '鑹插�煎瓧娈�', + initVal: card.colorField || '', + required: true + }, + { type: 'radio', key: 'picratio', label: '鍥剧墖姣斾緥', @@ -2693,6 +2700,13 @@ readonly: false }, { + type: 'text', + key: 'colorField', + label: '鑹插�煎瓧娈�', + initVal: card.colorField || '', + required: true + }, + { type: 'radio', key: 'picratio', label: '鍥剧墖姣斾緥', -- Gitblit v1.8.0