Sign in
cnlive_project
/
cnlive-community-web-vue
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
74e672edd591234e4c55fcc6e2d7a93f2ac1aa8c
Authored by
张红振
2022-02-17 11:06:13 +0800
1 parent
24347a61
fix bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/community/housekeeper/houseDetail.vue
src/views/community/housekeeper/houseDetail.vue
View file @
74e672e
...
...
@@ -111,7 +111,7 @@ const rules = reactive({
111
111
{
112
112
type: "number",
113
113
message: "请输入正确的使用面积",
114
- max:
1
000,
114
+ max:
50
000,
115
115
transform: (value) => Number(value),
116
116
},
117
117
],
...
...