From bcac500a760877dc9140f1f381739793706c1af6 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 10 十一月 2023 10:29:38 +0800
Subject: [PATCH] 修改图片大小

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

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index 3cb4e24..801ab09 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 />
@@ -2201,8 +2201,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 +2239,7 @@
 .app-container {
   background-color: #FEF7FC;
 }
+
 .btn_edit{
   background:center no-repeat url('../../assets/icons/edit.png') ;
   position: absolute;

--
Gitblit v1.9.1