code refactor

This commit is contained in:
MaysWind
2024-09-01 00:40:49 +08:00
parent 09ddf53b01
commit 4e365f54af
10 changed files with 25 additions and 18 deletions
+2
View File
@@ -38,10 +38,12 @@ const allTransactionEditScopeTypes = {
const minAmountNumber = -99999999999; // -999999999.99
const maxAmountNumber = 99999999999; // 999999999.99
const maxPictureCount = 10;
export default {
allTransactionTypes: allTransactionTypes,
allTransactionEditScopeTypes: allTransactionEditScopeTypes,
minAmountNumber: minAmountNumber,
maxAmountNumber: maxAmountNumber,
maxPictureCount: maxPictureCount,
};