From c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 三月 2020 10:32:13 +0800 Subject: [PATCH] 2020-03-10 --- src/templates/tableshare/formconfig.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/templates/tableshare/formconfig.js b/src/templates/tableshare/formconfig.js index 3f7a21a..57410cd 100644 --- a/src/templates/tableshare/formconfig.js +++ b/src/templates/tableshare/formconfig.js @@ -205,6 +205,16 @@ }] }, { + type: 'number', + key: 'ratio', + min: 1, + max: 24, + label: Formdict['header.form.ratio'], + tooltip: '姣忚鍒嗕负24浠斤紝姣斾緥鍙缃负1-24', + initVal: card.ratio, + required: false + }, + { type: 'select', key: 'quick', label: Formdict['header.form.quickadd'], -- Gitblit v1.8.0