摘要:
{ required: true, message: '请输入支出事由', pattern: '[^ \x22]+' } 阅读全文
摘要:
名称不能包含特殊符号const specSign = new RegExp('[`~!@#$^&*()=|{}\':;\',\\[\\].<>/?~!@#¥……&*()——|{}【】‘;:”“\'。,、?%+_]') 名称必须包含中文!/[\u4E00-\u9FA5\uF900-\uFA2D]/.t 阅读全文