From 295ba6123e560f84e0537e96390031d37c2160e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 17 Feb 2023 14:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/InformationCategory/index.vue | 2 ++ src/views/system/station/index.vue | 4 ++-- src/views/system/stationClassify/index.vue | 4 ++-- src/views/system/stationItem/index.vue | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) 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" />