From 592ff0aa0f2d45d143872b672a1468e268d3157f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 二月 2020 17:25:20 +0800 Subject: [PATCH] 2020-02-22 --- src/templates/tableshare/formconfig.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/templates/tableshare/formconfig.js b/src/templates/tableshare/formconfig.js index 2413581..b02eba8 100644 --- a/src/templates/tableshare/formconfig.js +++ b/src/templates/tableshare/formconfig.js @@ -203,6 +203,14 @@ value: 'sso', text: Formdict['header.form.database.sso'] }] + }, + { + type: 'select', + key: 'quick', + label: Formdict['header.form.quickadd'], + initVal: '', + required: false, + options: [] } ] } @@ -1031,6 +1039,14 @@ label: Formdict['header.form.linkForm'], initVal: card.linkSubField || [], options: inputfields + }, + { + type: 'select', + key: 'quick', + label: Formdict['header.form.quickadd'], + initVal: '', + required: false, + options: [] } ] } \ No newline at end of file -- Gitblit v1.8.0