export default { Rules: { batteryNumber: { // 电芯串数 pattern: /^[0-9]{1,3}$/, regVal: true, min: 1, max: 200, msg: "取值范围1~200(整数)", }, }, };