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) {