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
99421d3c
Commit
99421d3c
authored
May 06, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [418] 新增业务请款多了个字符
parent
35ce47d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
add.tsx
src/pages/balance/businessRequestFunds/admin/add.tsx
+1
-0
index.tsx
...s/transaction/purchaseAbility/components/detail/index.tsx
+4
-1
No files found.
src/pages/balance/businessRequestFunds/admin/add.tsx
View file @
99421d3c
...
...
@@ -686,6 +686,7 @@ const Add = () => {
no=
{
_title
}
tabLink=
{
_tabs
}
effect=
{
_returnTopButton
()
}
hideBar=
{
true
}
components=
{
<
Form
{
...
layout
}
...
...
src/pages/transaction/purchaseAbility/components/detail/index.tsx
View file @
99421d3c
...
...
@@ -23,6 +23,8 @@ export interface IProps {
effect
?:
React
.
ReactNode
,
/** 页面的组件 */
components
?:
React
.
ReactNode
,
/** 隐藏中间单号标题中间的分隔符 */
hideBar
?:
boolean
,
}
const
PeripheralLayout
:
React
.
FC
<
IProps
>
=
(
props
:
any
)
=>
{
...
...
@@ -32,6 +34,7 @@ const PeripheralLayout: React.FC<IProps> = (props: any) => {
tabLink
,
effect
,
components
,
hideBar
}
=
props
;
const
dataSource
=
useContext
(
Context
)
...
...
@@ -72,7 +75,7 @@ const PeripheralLayout: React.FC<IProps> = (props: any) => {
<
ArrowLeftOutlined
className=
{
style
.
goBack
}
onClick=
{
()
=>
history
.
goBack
()
}
/>
<
span
className=
{
style
.
titleContext
}
>
{
detail
?
detail
:
dataSource
.
details
}
|
{
hideBar
?
''
:
' | '
}
{
no
}
</
span
>
</
div
>
...
...
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