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
00ca565a
Commit
00ca565a
authored
Jan 14, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into v2
parents
90f72223
cc8cf398
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
index.tsx
src/pages/balance/businessRequestFunds/admin/index.tsx
+8
-4
index.tsx
src/pages/balance/businessRequestFunds/search/index.tsx
+8
-4
No files found.
src/pages/balance/businessRequestFunds/admin/index.tsx
View file @
00ca565a
...
...
@@ -47,6 +47,7 @@ const Admin: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
key
:
'applyAbstract'
,
dataIndex
:
'applyAbstract'
,
width
:
300
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
Space
direction=
'vertical'
style=
{
{
width
:
300
}
}
>
<
Text
type=
'secondary'
>
{
text
}
</
Text
>
...
...
@@ -56,32 +57,35 @@ const Admin: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanleixing'
}),
key
:
'applyTypeName'
,
dataIndex
:
'applyTypeName'
,
width
:
150
,
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanfang'
})
,
title
:
'收款方'
,
key
:
'payee'
,
dataIndex
:
'payee'
,
width
:
150
,
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanjine'
}),
key
:
'applyAmount'
,
dataIndex
:
'applyAmount'
,
render
:
(
text
:
any
,
record
:
any
)
=>
`¥
${
priceFormat
(
text
)}
`
,
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.yujifukuanriqi'
}),
key
:
'expectPayTime'
,
dataIndex
:
'expectPayTime'
,
render
:
(
text
:
any
,
record
:
any
)
=>
formatTimeString
(
text
,
'YYYY-MM-DD'
),
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjushijian'
}),
key
:
'createTime'
,
dataIndex
:
'createTime'
,
render
:
(
text
:
any
,
record
:
any
)
=>
formatTimeString
(
text
,
'YYYY-MM-DD HH:mm'
),
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
key
:
'statusName'
,
dataIndex
:
'statusName'
,
width
:
150
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
StatusTag
type=
'default'
title=
{
text
}
/>
},
{
...
...
src/pages/balance/businessRequestFunds/search/index.tsx
View file @
00ca565a
...
...
@@ -50,6 +50,7 @@ const Search: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
key
:
'applyAbstract'
,
dataIndex
:
'applyAbstract'
,
width
:
300
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
Space
direction=
'vertical'
style=
{
{
width
:
300
}
}
>
<
Text
type=
'secondary'
>
{
text
}
</
Text
>
...
...
@@ -59,32 +60,35 @@ const Search: React.FC = () => {
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanleixing'
}),
key
:
'applyTypeName'
,
dataIndex
:
'applyTypeName'
,
width
:
150
,
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanfang'
})
,
title
:
'收款方'
,
key
:
'payee'
,
dataIndex
:
'payee'
,
width
:
150
,
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.qingkuanjine'
}),
key
:
'applyAmount'
,
dataIndex
:
'applyAmount'
,
render
:
(
text
:
any
,
record
:
any
)
=>
`¥
${
priceFormat
(
text
)}
`
,
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.yujifukuanriqi'
}),
key
:
'expectPayTime'
,
dataIndex
:
'expectPayTime'
,
render
:
(
text
:
any
,
record
:
any
)
=>
formatTimeString
(
text
,
'YYYY-MM-DD'
),
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjushijian'
}),
key
:
'createTime'
,
dataIndex
:
'createTime'
,
render
:
(
text
:
any
,
record
:
any
)
=>
formatTimeString
(
text
,
'YYYY-MM-DD HH:mm'
),
width
:
1
8
0
width
:
1
5
0
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
key
:
'statusName'
,
dataIndex
:
'statusName'
,
width
:
150
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
StatusTag
type=
'default'
title=
{
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