cl
2026-04-21 c55a86895cabc3e91c2e7aa4eab099a7287e0ae6
rsf-admin/src/page/statistics/stockStatisticNum/stockStatisticList.jsx
@@ -110,7 +110,7 @@
                    <NumberField source="count" label="table.field.stockStatistic.count" />
                    <TextField source="inAnfmeCount" label="table.field.stockStatistic.inAnfmeCount" />
                    <TextField source="outAnfmeCount" label="table.field.stockStatistic.outAnfmeCount" />
                    <NumberField source="anfme" label="table.field.stockStatistic.anfme" />
                    <NumberField source="anfme" label="table.field.stockStatistic.anfme" options={{ minimumFractionDigits: 2, maximumFractionDigits: 2 }} />
                    <NumberField source="inAnfme" label="table.field.stockStatistic.inAnfme" />
                    <TextField source="outAnfme" label="table.field.stockStatistic.outAnfme" />
                </StyledDatagrid>