src/templates/sharecomponent/tablecomponent/index.jsx
@@ -165,11 +165,11 @@ }) let _config = {...config, tables: [...selectedTables, _table]} Api.getSystemConfig({func: 'sPC_Get_FieldName', TBName: value}).then(res => { if (res.status) { let tabmsg = { tableName: _table.name, tableName: _table.TbName, columns: res.FDName.map(item => { let _type = item.FieldType.toLowerCase() let _decimal = 0