Explorar el Código

feature_20250926_数字题型&单行文本题型

zhujindu hace 1 mes
padre
commit
93e37e09e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -4419,7 +4419,7 @@ export default {
             return;
           }
         }
-        if (!/^[\u4e00-\u9fa5]+(·[\u4e00-\u9fa5]+)*$/.test(value)) {
+        if (!/^[\u4e00-\u9fa5]+(·[\u4e00-\u9fa5]*)*·?$/.test(value)) {
           this.$set(itemData, 'ruleMessage', '只能输入中文');
           this.validatorFlag = false;
           return;