diff --git a/src/views/system/InformationCategory/index.vue b/src/views/system/InformationCategory/index.vue index a4760d1..e079046 100644 --- a/src/views/system/InformationCategory/index.vue +++ b/src/views/system/InformationCategory/index.vue @@ -202,6 +202,7 @@ > @@ -265,6 +266,7 @@ v-model="form.sort" placeholder="请输入分类排序" style="width: 250px" + maxlength="5" /> diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index 3078aa7..ee1102a 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -319,7 +319,7 @@ placeholder="请输入排序" v-model="form.sort" oninput="value=value.replace(/[^\d]/g,'')" - maxLength="10" + maxLength="5" /> @@ -442,7 +442,7 @@ diff --git a/src/views/system/stationClassify/index.vue b/src/views/system/stationClassify/index.vue index c9f43bd..8a6bf7a 100644 --- a/src/views/system/stationClassify/index.vue +++ b/src/views/system/stationClassify/index.vue @@ -176,7 +176,7 @@ v-model="item.classifySort" placeholder="请输入分类排序" oninput="value=value.replace(/[^\d]/g,'')" - maxLength="10" + maxLength="5" /> diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 3de0df4..5d68005 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -298,7 +298,7 @@ placeholder="请输入排序" v-model="form.nurseStationItem.sort" oninput="value=value.replace(/[^\d]/g,'')" - maxLength="9" + maxLength="5" />