11
WXL
2024-03-20 8595b6aa074eafd86cdd99d1ab3a2623b842e961
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,