From d0136913a2c74a44f5bb30327ebbb3fd85e24fce Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 23 一月 2024 10:56:30 +0800
Subject: [PATCH] 修改了很多

---
 ruoyi-ui/src/views/healthy/healthYear.vue |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index 3cb4e24..51378c3 100644
--- a/ruoyi-ui/src/views/healthy/healthYear.vue
+++ b/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;

--
Gitblit v1.9.1