From 76e1210535d94c47a736dfbda34706d9ad1398ee Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Fri, 2 Feb 2024 10:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=8F=82=E6=95=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E7=A7=AF=E5=88=86=E5=A5=96=E5=8A=B1=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E3=80=90=E4=BB=85=E6=94=AF=E6=8C=81=E8=BE=93=E5=85=A5=E6=AD=A3?= =?UTF-8?q?=E6=95=B4=E6=95=B0=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/globalIntegral/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flossom-ui/src/views/system/globalIntegral/index.vue b/flossom-ui/src/views/system/globalIntegral/index.vue index e149e65..305d4a2 100644 --- a/flossom-ui/src/views/system/globalIntegral/index.vue +++ b/flossom-ui/src/views/system/globalIntegral/index.vue @@ -221,7 +221,7 @@ export default { if (valid) { const regex = /[^0-9]/g; if (regex.test(this.form.integral)) { - this.$modal.msgError("仅能输入数字"); + this.$modal.msgError("仅支持输入正整数"); return; } if(!this.form.integral) {