From 2abe096216d09ecf245e219c1f0eba3d5a343614 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Tue, 4 Apr 2023 16:02:23 +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/motionPrescriptionLibrary/index.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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,'')"
/>
-
+