feige
2023-12-06 5703e99b943f17aa13f55a2f90308f66c1c2fe4f
ruoyi-ui/src/views/healthy/healthYear.vue
@@ -8,13 +8,13 @@
    </el-backtop>
    <h1 style="font-size:21px;padding-top:30px;display: flex;justify-content: space-between;align-items: center;">
      <span>现状健康情况</span>
      <div   style="display: flex; align-items: center;">
        <el-button size="mini" type="text" @click="toYearhealthy" v-hasPermi="['person:healthy:healthYear']">
          <div class="form" ><el-icon  style="padding-right:110px;"></el-icon>
            <span class="text" style="width: 69px;height: 26px;font-size: 16px; padding-left: 10px;
            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">体检/看病</span></div>
        </el-button>
      </div>
<!--      <div   style="display: flex; align-items: center;">-->
<!--        <el-button size="mini" type="text" @click="toYearhealthy" v-hasPermi="['person:healthy:healthYear']">-->
<!--          <div class="form" ><el-icon  style="padding-right:110px;"></el-icon>-->
<!--            <span class="text" style="width: 69px;height: 26px;font-size: 16px; padding-left: 10px;-->
<!--            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">体检/看病</span></div>-->
<!--        </el-button>-->
<!--      </div>-->
    </h1>
    <el-divider />
@@ -938,7 +938,10 @@
      // 日期范围
      dateRange: [],
      // 数据范围选项
      fot:[".jpg",".jif"],
     // 数据范围选项
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
      fileListOther:[
@@ -2201,8 +2204,8 @@
    },
    //年度健康报告
    toYearhealthy(){
      console.log(this.HealthyBaseList.uid)
      this.$router.push("/self/healthy/healthYear/" + this.HealthyBaseList.uid);
      // console.log(this.HealthyBaseList.uid)
      this.$router.push("/self/healthy/index");
    },
    //隔行变色
    tableRowClassName({ row, rowIndex }) {
@@ -2239,6 +2242,7 @@
.app-container {
  background-color: #FEF7FC;
}
.btn_edit{
  background:center no-repeat url('../../assets/icons/edit.png') ;
  position: absolute;