Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(form): 金额格式化支持负数形式展示 #6080

Merged
merged 7 commits into from Oct 17, 2022

Conversation

kiner-tang
Copy link
Member

@github-actions
Copy link

github-actions bot commented Oct 16, 2022

🎊 PR Preview has been successfully built and deployed to https://pro-components-preview-pr-6080.surge.sh

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 16, 2022

This pull request fixes 1 alert when merging f2273a5 into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Base: 98.80% // Head: 98.80% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (c186671) compared to base (7a38415).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6080   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         268      268           
  Lines        7885     7889    +4     
  Branches     2724     2811   +87     
=======================================
+ Hits         7791     7795    +4     
  Misses         94       94           
Impacted Files Coverage Δ
...kages/layout/src/components/SiderMenu/BaseMenu.tsx 99.41% <ø> (ø)
packages/provider/src/index.tsx 96.62% <ø> (ø)
packages/field/src/components/Money/index.tsx 97.77% <100.00%> (+0.07%) ⬆️
...kages/table/src/components/EditableTable/index.tsx 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 17, 2022

This pull request fixes 1 alert when merging 741453b into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 17, 2022

This pull request fixes 1 alert when merging d673afc into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@chenshuai2144 chenshuai2144 changed the title fix(field): 金额格式化支持负数形式展示 fix(form): 金额格式化支持负数形式展示 Oct 17, 2022
@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 17, 2022

This pull request fixes 1 alert when merging 3e149fc into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 17, 2022

This pull request fixes 1 alert when merging eef46b6 into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Oct 17, 2022

This pull request fixes 1 alert when merging c186671 into 7a38415 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@chenshuai2144 chenshuai2144 merged commit b0b153b into ant-design:master Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛[BUG]valueType: 'money'
2 participants