From c525192b456d5d73f792096c5dffac80e56f0151 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期三, 20 十一月 2024 14:08:56 +0800 Subject: [PATCH] U 电芯串数范围改为1-200 --- src/views/test/const_params.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/test/const_params.js b/src/views/test/const_params.js index a2fbad5..39b826b 100644 --- a/src/views/test/const_params.js +++ b/src/views/test/const_params.js @@ -5,8 +5,8 @@ pattern: /^[0-9]{1,3}$/, regVal: true, min: 1, - max: 100, - msg: "鍙栧�艰寖鍥�1~100锛堟暣鏁帮級", + max: 200, + msg: "鍙栧�艰寖鍥�1~200锛堟暣鏁帮級", }, }, }; -- Gitblit v1.9.1