wupengfei
4 天以前 89436385a31b0f31c33bb4688ab7c3b549ecc125
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>