zhengyiming
4 天以前 6dffd3428d63e2f63ab883a9639b32c46fb6bc94
src/views/DataBoard/components/DataOverviewContent.vue
@@ -12,13 +12,13 @@
    ></DataBoardDataInfoItem>
    <DataBoardDataInfoItem
      :backgroundImage="DataBoardDataInfoBg3"
      label="奖励金发放总额"
      label="可用资金发放总额"
      v-model:value="sumBountyReleaseAmountValue"
      :precision="2"
    ></DataBoardDataInfoItem>
    <DataBoardDataInfoItem
      :backgroundImage="DataBoardDataInfoBg4"
      label="奖励金使用总额"
      label="可用资金使用总额"
      v-model:value="sumBountyUseAmountValue"
      :precision="2"
    ></DataBoardDataInfoItem>