king
2022-07-12 2a3fc3e6493833ef25eb0d25c9b00c42e5735f4d
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') {