src/tabviews/zshare/mutilform/index.jsx
@@ -935,6 +935,9 @@ if (item.declareType === 'nvarchar(50)') { _item.type = 'text' } } else if (item.declare === 'decimal' && ['select', 'link', 'radio', 'checkcard'].includes(item.type)) { _item.type = 'number' _item.fieldlen = item.decimal || 0 } if (item.type === 'text' && item.lenControl && item.lenControl !== 'limit') {