From 269f0759a64927c2ea06a9d7de92ecfd0be7df5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 13 七月 2020 10:00:04 +0800 Subject: [PATCH] 2020-07-13 --- src/templates/zshare/formconfig.jsx | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 7680c60..a040eef 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -2289,13 +2289,6 @@ options: [] }, { - type: 'multiselect', - key: 'linkSubField', - label: Formdict['model.form.link'], - initVal: card.linkSubField || [], - options: inputfields - }, - { type: 'select', key: 'fileType', label: '鏄剧ず鏂瑰紡', @@ -2414,6 +2407,13 @@ }, { type: 'multiselect', + key: 'linkSubField', + label: Formdict['model.form.linkform'], + initVal: card.linkSubField || [], + options: inputfields + }, + { + type: 'multiselect', key: 'blacklist', label: Formdict['header.form.blacklist'], initVal: card.blacklist || [], -- Gitblit v1.8.0