Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
92703c91
Commit
92703c91
authored
Apr 27, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [23170]
parent
a75867a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
index.tsx
src/pages/balance/businessRequestFunds/admin/index.tsx
+3
-0
index.tsx
src/pages/balance/businessRequestFunds/search/index.tsx
+1
-0
No files found.
src/pages/balance/businessRequestFunds/admin/index.tsx
View file @
92703c91
...
...
@@ -42,6 +42,7 @@ const Admin: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuandanhao'
}),
key
:
'applyNo'
,
dataIndex
:
'applyNo'
,
width
:
150
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessRequestFundsAdmin.see'
)
?
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
...
...
@@ -94,6 +95,8 @@ const Admin: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.caozuo'
}),
dataIndex
:
'operate'
,
align
:
'center'
,
width
:
150
,
fixed
:
'right'
,
render
:
(
_
:
any
,
record
:
any
)
=>
<>
<
AuthButton
btnCode=
'businessRequestFundsAdmin.confirm'
>
<
Popconfirm
title=
{
intl
.
formatMessage
({
id
:
'balance.quedingyaotijiaoma'
})
}
okText=
{
intl
.
formatMessage
({
id
:
'balance.shi'
})
}
cancelText=
{
intl
.
formatMessage
({
id
:
'balance.fou'
})
}
onConfirm=
{
()
=>
fetchSubmitBatch
(
record
.
id
)
}
>
...
...
src/pages/balance/businessRequestFunds/search/index.tsx
View file @
92703c91
...
...
@@ -44,6 +44,7 @@ const Search: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuandanhao'
}),
key
:
'applyNo'
,
dataIndex
:
'applyNo'
,
width
:
150
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessRequestFundsSearch.see'
)
?
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment