Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
2d8212a3
Commit
2d8212a3
authored
Nov 20, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改对公账号配置
parent
7c493dd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/platformSettlement/corporateAccount/index.tsx
+4
-4
No files found.
src/pages/platformSettlement/corporateAccount/index.tsx
View file @
2d8212a3
...
@@ -156,8 +156,8 @@ const CorporateAccount = () => {
...
@@ -156,8 +156,8 @@ const CorporateAccount = () => {
name
:
'银行账号'
,
name
:
'银行账号'
,
dataIndex
:
'bankAccount'
,
dataIndex
:
'bankAccount'
,
image
:
bank_account
,
image
:
bank_account
,
value
:
data
.
bankAccount
,
value
:
data
&&
data
.
bankAccount
||
''
,
cacheValue
:
data
.
bankAccount
,
cacheValue
:
data
&&
data
.
bankAccount
||
''
,
isEdit
:
false
,
isEdit
:
false
,
canEdit
:
true
,
canEdit
:
true
,
pattern
:
/^
([
1-9
]{1})(\d{14}
|
\d{18})
$/
,
pattern
:
/^
([
1-9
]{1})(\d{14}
|
\d{18})
$/
,
...
@@ -167,8 +167,8 @@ const CorporateAccount = () => {
...
@@ -167,8 +167,8 @@ const CorporateAccount = () => {
name
:
'开户行'
,
name
:
'开户行'
,
dataIndex
:
'bankDeposit'
,
dataIndex
:
'bankDeposit'
,
image
:
bank
,
image
:
bank
,
value
:
data
.
bankDeposit
,
value
:
data
&&
data
.
bankDeposit
||
''
,
cacheValue
:
data
.
bankDeposit
,
cacheValue
:
data
&&
data
.
bankDeposit
||
''
,
isEdit
:
false
,
isEdit
:
false
,
canEdit
:
true
,
canEdit
:
true
,
pattern
:
/^
[\u
4e00-
\u
9fa5
]{0,50}
|
[
0-9a-zA-Z
]{0,100}
$/
,
pattern
:
/^
[\u
4e00-
\u
9fa5
]{0,50}
|
[
0-9a-zA-Z
]{0,100}
$/
,
...
...
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