提交 f12f80e2 作者: 龚洪江

修复:整体优化及表格调整

上级 f5a949f9
...@@ -104,7 +104,7 @@ const WithDrawManage = () => { ...@@ -104,7 +104,7 @@ const WithDrawManage = () => {
dataIndex: 'tradeResult', dataIndex: 'tradeResult',
}, },
{ {
title: '时间', title: '申请时间',
align: 'center', align: 'center',
dataIndex: 'createTime', dataIndex: 'createTime',
}, },
......
...@@ -270,15 +270,15 @@ const DynamicList = () => { ...@@ -270,15 +270,15 @@ const DynamicList = () => {
sufFixBtn={ sufFixBtn={
<div className='data-statistics'> <div className='data-statistics'>
<div> <div>
<span>通过:</span> <span>审核通过:</span>
<span>{countGambit?.passAuditSum || 0}</span> <span>{countGambit?.passAuditSum || 0}</span>
</div> </div>
<div> <div>
<span>审批中</span> <span>待审核</span>
<span>{countGambit?.unAuditedSum || 0}</span> <span>{countGambit?.unAuditedSum || 0}</span>
</div> </div>
<div> <div>
<span>通过:</span> <span>审核不通过:</span>
<span>{countGambit?.failAuditSum || 0}</span> <span>{countGambit?.failAuditSum || 0}</span>
</div> </div>
</div> </div>
......
...@@ -664,7 +664,7 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -664,7 +664,7 @@ export const routerList: Array<RouteObjectType> = [
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 850, id: 850,
title: '需求订单', title: '任务订单',
icon: <CreditCardOutlined />, icon: <CreditCardOutlined />,
}, },
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论