From 6467e4115c5284a15f393e3dd2ffb07ebd2a96d6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 十二月 2020 18:31:48 +0800 Subject: [PATCH] 2020-12-28 --- 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 32401b9..b069bc8 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -1963,6 +1963,20 @@ required: true }, { + type: 'text', + key: 'openText', + label: '寮�鍚彁绀�', + initVal: card.openText || '', + required: false + }, + { + type: 'text', + key: 'closeText', + label: '鍏抽棴鎻愮ず', + initVal: card.closeText || '', + required: false + }, + { type: 'radio', key: 'resourceType', label: Formdict['header.form.resourceType'], -- Gitblit v1.8.0