From d5bdec2b93449fd10017a7bfd717509ab1450e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 26 Apr 2023 10:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/trainingItem/index.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/system/trainingItem/index.vue b/src/views/system/trainingItem/index.vue index 238a56c..462f5c0 100644 --- a/src/views/system/trainingItem/index.vue +++ b/src/views/system/trainingItem/index.vue @@ -560,7 +560,6 @@ @@ -611,7 +610,7 @@ oninput="value=value.replace(/[^\d]/g,'')" maxlength="5" style="width: 250px" - v-model="form.trainingItemSort" + v-model.number="form.trainingItemSort" placeholder="值越小,排名越靠前" /> @@ -641,9 +640,9 @@ { if (valid) { if (this.form.trainingItemStartTime) {