提交 ec4fd56b 作者: 龚洪江

修复:需求订单列表价格调整

上级 f8a3a7df
...@@ -90,6 +90,7 @@ const DemandOrderList = () => { ...@@ -90,6 +90,7 @@ const DemandOrderList = () => {
title: '订单收益', title: '订单收益',
align: 'center', align: 'center',
dataIndex: 'orderEarnings', dataIndex: 'orderEarnings',
render: (text: number) => text.toFixed(2).toLocaleString(),
}, },
{ {
title: '操作', title: '操作',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论