feat: improve application access and money precision
This commit is contained in:
@@ -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 }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user