feat: amount optimization

This commit is contained in:
2026-08-10 20:42:51 +08:00
parent 4c08bd1f8c
commit 00867ff960
2 changed files with 1723 additions and 1 deletions
+1721
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -160,7 +160,8 @@ export default defineComponent({
placeholder="请输入"
style={{ width: '140px' }}
value={filterForm.minBalance || undefined}
precision={0}
precision={2}
step={0.01}
min={0}
controls={false}
onUpdate:value={(val: any) =>