This commit is contained in:
吴红兵
2026-03-03 15:32:36 +08:00
parent 168e134e1b
commit 4c735f93a0
5 changed files with 131 additions and 41 deletions

View File

@@ -67,7 +67,7 @@ export function usePurchaseRules() {
const thresholds: Record<string, number> = {
deptPurchase: 50000,
feasibility: 300000,
publicSelect: 400000,
publicSelect: 300000,
govPurchase: 1000000
};