This commit is contained in:
caozehui
2025-10-28 20:39:16 +08:00
parent 6ea566aad5
commit 97b5262926

View File

@@ -106,7 +106,7 @@
type="number"
placeholder="含有率"
style="width: 80px"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)))"
onkeypress="return (/[\d.-]/.test(String.fromCharCode(event.keyCode)))"
@input="validateInput('famp',1)"
clearable
/>