feat: improve application access and money precision

This commit is contained in:
hectorzhao
2026-07-16 17:54:05 +08:00
parent 9d5c507007
commit faa716b8d0
49 changed files with 1699 additions and 489 deletions
+1
View File
@@ -76,6 +76,7 @@ export function Table<T>({ columns, data, rowKey, emptyText = '暂无数据', pa
<tr key={getRowKey(record)}>
{columns.map((column) => (
<td
data-label={typeof column.title === 'string' ? column.title : undefined}
key={column.key}
style={{ minWidth: column.width, textAlign: column.align ?? 'left', width: column.width }}
>