Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
66635a084db231e66abd7dbbcdd2b4ce251116b7
66635a084db231e66abd7dbbcdd2b4ce251116b7
Switch branch/tag
pro-blocks
StepForm
src
utils
utils.js
Find file
Normal view
History
Permalink
utils.js
90 Bytes
Edit
Web IDE
Newer
Older
feat: init blocks for Ant Design Pro V4!
愚道
committed
Jan 17, 2019
1
2
3
4
5
import
nzh
from
'
nzh/cn
'
;
export
function
digitUppercase
(
n
)
{
return
nzh
.
toMoney
(
n
);
}