From 30c350ff93af3fcc7dcd9b78eb110212b2d44a49 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 二月 2020 08:53:53 +0800 Subject: [PATCH] 2020-02-11 --- src/tabviews/tableshare/actionList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 5179af0..9bfa175 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -836,7 +836,7 @@ if (item.type === 'textarea' || item.type === 'fileupload') { _fieldlen = item.fieldlength || 512 } else if (item.type === 'number') { - _fieldlen = (item.decimal || item.decimal === 0) ? item.decimal : 18 + _fieldlen = item.decimal ? item.decimal : 0 } return { -- Gitblit v1.8.0