2026-08-14 c5b6bf8931e80e5b097af0f93c95ee82164cf872
src/views/srm/statistics/index.vue
@@ -96,7 +96,14 @@
        </div>
        <div class="rounded-lg bg-purple-50 p-6 text-center shadow-sm">
          <div class="text-3xl font-bold text-purple-600">{{ stats.savedAmount?.toLocaleString() ?? 0 }}</div>
          <div class="mt-2 text-gray-500">节约金额(元)</div>
          <div class="mt-2 flex items-center justify-center gap-1 text-gray-500">
            节约金额(元)
            <a-tooltip title="节约金额 = 招标总金额(预算金额) − 定标总金额(中标金额)">
              <span
                class="inline-flex h-3.5 w-3.5 cursor-help items-center justify-center rounded-full bg-gray-400 text-[10px] leading-none text-white"
              >?</span>
            </a-tooltip>
          </div>
        </div>
        <div class="rounded-lg bg-teal-50 p-6 text-center shadow-sm">
          <div class="text-3xl font-bold text-teal-600">{{ stats.winRate ?? 0 }}%</div>