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
XieZhiXiong
jinfa-platform
Commits
5d2d35e1
Commit
5d2d35e1
authored
Jan 18, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [19770] 通过待请款进入的对账单请款---请款明细的请款金额计算错误
-更换字段
parent
7ccd0e08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
add.tsx
src/pages/balance/businessRequestFunds/admin/add.tsx
+3
-3
No files found.
src/pages/balance/businessRequestFunds/admin/add.tsx
View file @
5d2d35e1
...
...
@@ -623,11 +623,11 @@ const Add = () => {
title
:
(
<
Space
direction=
'vertical'
>
请款金额
<
Text
type=
'secondary'
>
¥
{
priceFormat
(
_mapTablePriceByKey
(
'apply
Amou
nt'
))
}
</
Text
>
<
Text
type=
'secondary'
>
¥
{
priceFormat
(
_mapTablePriceByKey
(
'apply
Payme
nt'
))
}
</
Text
>
</
Space
>
),
key
:
'apply
Amou
nt'
,
dataIndex
:
'apply
Amou
nt'
,
key
:
'apply
Payme
nt'
,
dataIndex
:
'apply
Payme
nt'
,
width
:
150
,
render
:
(
text
:
any
)
=>
`¥
${
priceFormat
(
text
)}
`
},
{
...
...
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