Commit 74e672edd591234e4c55fcc6e2d7a93f2ac1aa8c
1 parent
24347a61
fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/community/housekeeper/houseDetail.vue
| @@ -111,7 +111,7 @@ const rules = reactive({ | @@ -111,7 +111,7 @@ const rules = reactive({ | ||
| 111 | { | 111 | { |
| 112 | type: "number", | 112 | type: "number", |
| 113 | message: "请输入正确的使用面积", | 113 | message: "请输入正确的使用面积", |
| 114 | - max: 1000, | 114 | + max: 50000, |
| 115 | transform: (value) => Number(value), | 115 | transform: (value) => Number(value), |
| 116 | }, | 116 | }, |
| 117 | ], | 117 | ], |