From 1dfd49b103e721f9bb63fd4d472b6fcc225d94a1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 三月 2020 18:42:20 +0800
Subject: [PATCH] 2020-03-12

---
 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