Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bb770d62b5d455a6104eac1f909aab46a840b763
Authored by
sanmu
2023-12-29 12:37:02 +0800
1 parent
b14da0a6
build: skipped
chore: 优化比重计算显示
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/project/order/RateModal.vue
src/views/project/order/RateModal.vue
View file @
bb770d6
...
...
@@ -55,7 +55,7 @@
55
55
...searchData.value,
56
56
designer: activeUser.value,
57
57
});
58
- info.value =
res?.rate || 0
;
58
+ info.value =
(res?.rate || 0).toFixed(2)
;
59
59
}
60
60
return {
61
61
register,
...
...