Skip to content

Commit

Permalink
feat: 地址坐标 字数限制更改
Browse files Browse the repository at this point in the history
  • Loading branch information
aweikalee committed Sep 10, 2024
1 parent 5c4ade7 commit f64485e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Detail/components/FormPosition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default class ScheduleFormPositionEditor extends Mixins(TagEditor) {
name="经度"
v-validate="{
required: true,
max: 10,
max: 14,
decimal: true,
max_value: 180,
min_value: -180,
Expand All @@ -138,7 +138,7 @@ export default class ScheduleFormPositionEditor extends Mixins(TagEditor) {
name="纬度"
v-validate="{
required: true,
max: 10,
max: 13,
decimal: true,
max_value: 90,
min_value: -90,
Expand Down

0 comments on commit f64485e

Please sign in to comment.