diff --git a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx index 729e8f6b9..d19586c6b 100644 --- a/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx +++ b/client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx @@ -517,7 +517,7 @@ function TableCellView(props: { columnTitle: title, }); const cellColor = cellColorFn({ - currentCell: record[title.toLowerCase()], + currentCell: record[title], }); const style = {