diff --git a/src/views/system/motionPrescriptionLibrary/index.vue b/src/views/system/motionPrescriptionLibrary/index.vue
index 5dfa4a3..5e9906c 100644
--- a/src/views/system/motionPrescriptionLibrary/index.vue
+++ b/src/views/system/motionPrescriptionLibrary/index.vue
@@ -149,10 +149,16 @@
v-model="form.degreeStartFraction"
placeholder="请输入运动程度开始值"
style="width:250px"
+ oninput="value=value.replace(/[^\d]/g,'')"
/>
-
+