src/templates/sharecomponent/tablecomponent/index.jsx
@@ -182,7 +182,11 @@ let _decimal = 0 let _length = 50 if (/^nvarchar/.test(_type)) { _length = +_type.match(/\d+/)[0] || 50 try { // 存在max _length = +_type.match(/\d+/)[0] || 50 } catch { _length = 2048 } _type = 'text' } else if (/^int/.test(_type)) { _type = 'number'