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
e565f06b
Commit
e565f06b
authored
Jan 13, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改校验规则
parent
ff2f0c60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.ts
...quotaMenage/detail/components/RefundModal/schema/index.ts
+3
-3
No files found.
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/RefundModal/schema/index.ts
View file @
e565f06b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-12-30 14:49:11
* @Date: 2020-12-30 14:49:11
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-
04 10
:50:14
* @LastEditTime: 2021-01-
13 11
:50:14
* @Description:
* @Description:
*/
*/
import
{
ISchema
}
from
'@formily/antd'
;
import
{
ISchema
}
from
'@formily/antd'
;
...
@@ -33,8 +33,8 @@ export const repaymentModalSchema: ISchema = {
...
@@ -33,8 +33,8 @@ export const repaymentModalSchema: ISchema = {
message
:
'请填写还款金额'
,
message
:
'请填写还款金额'
,
},
},
{
{
pattern
:
/^
[
1-9
]
+
[
0-9
]
*
(?:\.\d{0,2})?
$/
,
pattern
:
PATTERN_MAPS
.
money
,
message
:
'请
填写大于0的正数'
,
message
:
'请
输入整数或小数位不超过两位的小数'
,
},
},
],
],
},
},
...
...
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