| | |
| | | </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 /> |
| | |
| | | // 日期范围 |
| | | 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:[ |
| | |
| | | }, |
| | | //年度健康报告 |
| | | 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 }) { |
| | |
| | | .app-container { |
| | | background-color: #FEF7FC; |
| | | } |
| | | |
| | | .btn_edit{ |
| | | background:center no-repeat url('../../assets/icons/edit.png') ; |
| | | position: absolute; |