11
WXL
2024-03-19 a40c5148ad225760859297b7c55b664da4c4aa28
src/views/project/indexstatistics/index.vue
@@ -171,13 +171,12 @@
          style="margin-top: 10px; font-size: 18px;  font-weight: bold"
        >
          <el-col :span="6">
              <el-card shadow="always" style="color: #566f94">
                <svg-icon icon-class="druid" />&nbsp;&nbsp; 完成器官分配累计:{{
                  donateNumData.numberOfDonatePeople
                }}&nbsp; 个
                <!-- donateNumData.numberOfOrgans -->
              </el-card>
            <el-card shadow="always" style="color: #566f94">
              <svg-icon icon-class="druid" />&nbsp;&nbsp; 完成器官分配累计:{{
                donateNumData.numberOfDonatePeople
              }}&nbsp; 个
              <!-- donateNumData.numberOfOrgans -->
            </el-card>
          </el-col>
          <el-col :span="6">
            <router-link
@@ -627,7 +626,7 @@
    return {
      city: "",
      reportno: "",
      selecttime: [],
      selecttime: [ new Date(new Date().getFullYear(), 0),new Date()],
      year: "选择年份",
      isloading: false,
      maxHeight: 0,