From f4712176c562694c9b5fa1750cd0eb7733c6bbab Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期一, 07 八月 2023 16:24:37 +0800
Subject: [PATCH] 新增隐私备忘本

---
 ruoyi-ui/src/views/secret/secretInfo.vue |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/secret/secretInfo.vue b/ruoyi-ui/src/views/secret/secretInfo.vue
index 7432182..38d6b36 100644
--- a/ruoyi-ui/src/views/secret/secretInfo.vue
+++ b/ruoyi-ui/src/views/secret/secretInfo.vue
@@ -1,8 +1,16 @@
 <template>
     <div class="app-container">
       <div class="form-header mt">
-        <h4 class="dt h4">闅愮璇︾粏淇℃伅 </h4>
-
+        <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="checkNote()" v-hasPermi="['person:information:memo']">
+              <div class="form" ><el-icon  style="padding-right:110px;"></el-icon>
+                <span class="text" style="width: 69px;height: 26px;font-size: 16px;
+            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">澶囧繕鏈�</span></div>
+            </el-button>
+          </div>
+        </h1>
       </div>
 
       <el-form ref="elForm" :model="formData" :rules="rules" size="medium" label-width="120px">
@@ -179,7 +187,6 @@
           accNo:undefined,
           validityDate:undefined,
           password:undefined,
-          validityDate:undefined,
           isFinger:undefined,
           isFace:undefined,
           isPrivate:undefined,
@@ -424,7 +431,14 @@
         this.download('/zfEconomy/export', {
           ...this.queryParams
         }, `zfEconomy_${new Date().getTime()}.xlsx`)
-      }
+      },
+      // 鏌ョ湅澶囧繕鏈�
+      checkNote(row){
+        // const id =row.id;
+        const id = this.$route.params && this.$route.params.id;
+        // const fid =2031
+        this.$router.push("/self/secret/memo/" + id );
+      },
 
     }
   }
@@ -445,4 +459,8 @@
     display: block;
     position: absolute;
   }
+
+  .form{
+    background:center/11% no-repeat url('../../assets/icons/form.png') ;
+  }
   </style>

--
Gitblit v1.9.1