到款合计({{ projectStore.fundsData?.fundAllotCount || 0 }}笔)
{{ amountUnitFormatter(projectStore.fundsData?.fundAllotSum) }}元
结余
{{ amountUnitFormatter(projectStore.fundsData?.surplus) }}元
支出合计({{ projectStore.fundsData?.expenseCount || 0 }}笔)
{{ amountUnitFormatter(projectStore.fundsData?.expenseSum) }}元
外拨合计({{ projectStore.fundsData?.externalAllotCount || 0 }}笔)
{{ amountUnitFormatter(projectStore.fundsData?.externalAllotSum) }}元