Commit 616ff752 authored by 卢均锐's avatar 卢均锐

chore: 调整业务请款&业务请款协同列表相关字段

parent d8272dd2
......@@ -71,7 +71,7 @@ const Admin: React.FC = () => {
title: intl.formatMessage({ id: 'balance.yujifukuanriqi' }),
key: 'expectPayTime',
dataIndex: 'expectPayTime',
render: (text: any, record: any) => formatTimeString(text, 'YYYY-MM-DD HH:mm'),
render: (text: any, record: any) => formatTimeString(text, 'YYYY-MM-DD'),
width: 180
}, {
title: intl.formatMessage({ id: 'balance.danjushijian' }),
......@@ -128,7 +128,7 @@ const Admin: React.FC = () => {
const handleMenuClick = (e: any, record: any) => {
if (e.key === '1') {
history.push(`/memberCenter/balance/businessRequestFunds/admin/edit?id=${record.reconciliationId}&no=${record.reconciliationNo}`)
history.push(`/memberCenter/balance/businessRequestFunds/admin/edit?id=${record.id}&no=${record.applyNo}`)
}
}
......
......@@ -44,7 +44,7 @@ const Search: React.FC = () => {
key: 'applyNo',
dataIndex: 'applyNo',
render: (text: any, record: any) => (
<Link to={`search/preivew?id=${record.id}&no=${text}`}>{text}</Link>
<Link to={`search/preview?id=${record.id}&no=${text}`}>{text}</Link>
)
}, {
title: intl.formatMessage({ id: 'balance.danjuzhaiyao' }),
......@@ -73,7 +73,7 @@ const Search: React.FC = () => {
title: intl.formatMessage({ id: 'balance.yujifukuanriqi' }),
key: 'expectPayTime',
dataIndex: 'expectPayTime',
render: (text: any, record: any) => formatTimeString(text, 'YYYY-MM-DD HH:mm'),
render: (text: any, record: any) => formatTimeString(text, 'YYYY-MM-DD'),
width: 180
}, {
title: intl.formatMessage({ id: 'balance.danjushijian' }),
......
......@@ -44,7 +44,7 @@ const Search: React.FC = () => {
key: 'applyNo',
dataIndex: 'applyNo',
render: (text: any, record: any) => (
<Link to={`search/preivew?id=${record.id}&no=${text}`}>{text}</Link>
<Link to={`search/preview?id=${record.id}&no=${text}`}>{text}</Link>
)
}, {
title: intl.formatMessage({ id: 'balance.danjuzhaiyao' }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment