From ebe31a83ee1c76bfc6546e8b60ae5cf90c554346 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 29 五月 2023 01:05:32 +0800
Subject: [PATCH] 完成家根网详情页面样式

---
 ruoyi-ui/src/views/honor/index.vue |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/honor/index.vue b/ruoyi-ui/src/views/honor/index.vue
index 732a9c1..3bc5af9 100644
--- a/ruoyi-ui/src/views/honor/index.vue
+++ b/ruoyi-ui/src/views/honor/index.vue
@@ -574,12 +574,24 @@
     },
     //绫诲埆閫夋嫨
     getSrc(type) {
-      if (type === '鍑虹敓璇�'){
+      if (type === 1){
         return '鍑虹敓璇�'
-      }else if(type === '鐗欑'){
-        return '鐗欑'
-      }else if(type === '鍐呯'){
-        return '鍐呯'
+      }else if(type === 2){
+        return '瀛︾敓璇�'
+      }else if(type === 3){
+        return '姣曚笟璇�'
+      }else if(type === 4){
+        return '缁撳璇�'
+      }else if(type === 5){
+        return '鎴峰彛绨�'
+      }else if(type === 6){
+        return '鐙敓瀛愬コ璇�'
+      }else if(type === 7){
+        return '楂樼骇鑱岀О'
+      }else if(type === 8){
+        return '鎶ょ収'
+      }else if(type === 9){
+        return '閫氳璇�'
       }else {
         return '鍏跺畠'
       }
@@ -661,7 +673,7 @@
     /** 鏌ョ湅璇︾粏淇℃伅 */
     handleCheck(row){
       const id = row.id;
-      this.$router.push("/self/honor/honorInfo/" + id);
+      this.$router.push("/self/Honor/honorInfo/" + id);
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
@@ -669,7 +681,7 @@
       let jd = true
 
       this.$router.push({
-        path:"/self/honor/honorInfo/" + id,
+        path:"/self/Honor/honorInfo/" + id,
         query:{
           detail:jd
         }

--
Gitblit v1.9.1