11
WXL
2024-03-14 70e2bdb8631bfb7ec6c24ced81a236ff3197c937
11
已修改3个文件
9 ■■■■■ 文件已修改
src/views/home/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donatebaseinfo/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/indexstatistics/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue
@@ -224,7 +224,7 @@
            </el-col>
            <el-col :span="7">
              <div
                style="backgroun-color:black; margin:bottom:5px;height:100%;padding-top:50px;"
                style="backgroun-color:black; margin-bottom:5px;height:100%;padding-top:50px;"
              >
                <el-row>
                  <div style="color:white;font-size:15px;text-align:center">
@@ -859,7 +859,7 @@
      leijishuju: {},
      arrrrr: [],
      captchaOnOff: true,
      uuid:'',
      uuid: "",
      form: {},
      hospitallist: [],
      year: "",
src/views/project/donatebaseinfo/index.vue
@@ -878,7 +878,6 @@
    </el-dialog>
  </div>
</template>
<style scoped></style>
<script>
import { getUserProfile } from "@/api/system/user";
import {
src/views/project/indexstatistics/index.vue
@@ -2,12 +2,12 @@
  <div class="app-container" style="background-color: #f2f2f2; color: #fff">
    <el-card shadow="always" style="color: #566f94">
      <el-row :gutter="8">
        <el-col :span="6">
        <el-col :span="8">
          <el-date-picker
            v-model="selecttime"
            type="monthrange"
            range-separator="至"
            start-placeholder="开始月份"
            start-placeholder="开始月份(默认本年度)"
            end-placeholder="结束月份"
            value-format="yyyy-MM-dd"
            @change="getTimeList"