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
黄庭坚
jinfa-platform
Commits
c5ee8e7f
Commit
c5ee8e7f
authored
Dec 24, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 业务对账协同列表字段修改
parent
140e48b8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
...usinessReconciliationCollaboration/readyConfirm/index.tsx
+2
-2
index.tsx
...ce/businessReconciliationCollaboration/readyPay/index.tsx
+2
-2
index.tsx
...ance/businessReconciliationCollaboration/search/index.tsx
+2
-2
No files found.
src/pages/balance/businessReconciliationCollaboration/readyConfirm/index.tsx
View file @
c5ee8e7f
...
@@ -71,8 +71,8 @@ const ReadyConfirm: React.FC = () => {
...
@@ -71,8 +71,8 @@ const ReadyConfirm: React.FC = () => {
width
:
180
width
:
180
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
key
:
'status'
,
key
:
'status
Name
'
,
dataIndex
:
'status'
,
dataIndex
:
'status
Name
'
,
render
:
(
text
:
any
)
=>
<
StatusTag
type=
'primary'
title=
{
text
}
/>
render
:
(
text
:
any
)
=>
<
StatusTag
type=
'primary'
title=
{
text
}
/>
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.caozuo'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.caozuo'
}),
...
...
src/pages/balance/businessReconciliationCollaboration/readyPay/index.tsx
View file @
c5ee8e7f
...
@@ -71,8 +71,8 @@ const ReadyPay: React.FC = () => {
...
@@ -71,8 +71,8 @@ const ReadyPay: React.FC = () => {
width
:
180
width
:
180
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
key
:
'status'
,
key
:
'status
Name
'
,
dataIndex
:
'status'
,
dataIndex
:
'status
Name
'
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
StatusTag
type=
'primary'
title=
{
text
}
/>
render
:
(
text
:
any
,
record
:
any
)
=>
<
StatusTag
type=
'primary'
title=
{
text
}
/>
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.caozuo'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.caozuo'
}),
...
...
src/pages/balance/businessReconciliationCollaboration/search/index.tsx
View file @
c5ee8e7f
...
@@ -75,8 +75,8 @@ const Search: React.FC = () => {
...
@@ -75,8 +75,8 @@ const Search: React.FC = () => {
width
:
180
width
:
180
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.waibuzhuangtai'
}),
key
:
'status'
,
key
:
'status
Name
'
,
dataIndex
:
'status'
,
dataIndex
:
'status
Name
'
,
render
:
(
text
:
any
)
=>
<
StatusTag
type=
'default'
title=
{
text
}
/>
render
:
(
text
:
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