From 72d2702bc7b424dc4179c1665ad1e3e8c9defe8f 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:00:01 +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 --- .../motionPrescriptionLibrary/index.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/system/motionPrescriptionLibrary/index.vue b/src/views/system/motionPrescriptionLibrary/index.vue index 59c7ece..5dfa4a3 100644 --- a/src/views/system/motionPrescriptionLibrary/index.vue +++ b/src/views/system/motionPrescriptionLibrary/index.vue @@ -16,19 +16,19 @@ @keyup.enter.native="handleQuery" /> - + - + - - + + @@ -144,15 +144,15 @@ - + - - + + @@ -304,14 +304,14 @@ export default { degreeStartFraction: [ { required: true, - message: "请输入运动得分起始值", + message: "请输入运动程度开始值", trigger: "blur" } ], degreeEndFraction: [ { required: true, - message: "请输入运动得分结束值", + message: "请输入运动程度结束值", trigger: "blur" } ], @@ -364,7 +364,7 @@ export default { message: "请输入进阶方案", trigger: "blur" } - ], + ] } }; },