src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -231,6 +231,15 @@ col.type = col.type || 'text' col.output = col.output || 'true' col.required = col.required || 'false' if (!['text', 'image', 'number'].includes(col.type)) { if (/^Decimal/ig.test(col.type)) { col.type = 'number' } else { col.type = 'text' } } return col })