From dd0ea31871a79cbc081bbb51dc9c14ce51ddc6c2 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期四, 27 七月 2023 21:41:05 +0800
Subject: [PATCH] 隐私详情

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

diff --git a/ruoyi-ui/src/views/economy/economyInfo.vue b/ruoyi-ui/src/views/economy/economyInfo.vue
index 9531e06..a298aaf 100644
--- a/ruoyi-ui/src/views/economy/economyInfo.vue
+++ b/ruoyi-ui/src/views/economy/economyInfo.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <div class="form-header mt">
-      <h4 class="dt h4">瀹跺涵鏀舵敮鍙拌处淇℃伅 </h4>
+      <h4 class="dt h4">瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅 </h4>
 
     </div>
 
@@ -92,7 +92,7 @@
         multiple
         list-type="picture-card"
         :on-preview="handleFileCardPreview"
-        :on-remove="handleRemove"
+        :on-remove="handleRemoveFile"
         :http-request="requestUpload"
         :show-file-list="true"
       >
@@ -116,12 +116,11 @@
                 </span>
                 <span
                   v-if="isShow"
-                  @click="handleRemove(file)"
                   class="el-upload-list__item-delete"
-
+                  @click="handleDownload(file.url)"
                 >
-                  <i class="el-icon-download"></i>
-                </span>
+                 <i class="el-icon-download"></i>
+                 </span>
                 <span
                   v-if="isShow"
                   class="el-upload-list__item-delete"
@@ -242,12 +241,12 @@
       this.btn= jd
       this.dsb = !jd
       this.isShow=true
-      document.title = "淇敼璧勪骇璇︾粏淇℃伅";
-      this.$route.meta.title = "淇敼璧勪骇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
+      document.title = "淇敼瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";
+      this.$route.meta.title = "淇敼瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "鏌ョ湅璧勪骇璇︾粏淇℃伅";
-      this.$route.meta.title = "鏌ョ湅璧勪骇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
+      document.title = "瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";
+      this.$route.meta.title = "瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
       this.isShow=false
     }
 

--
Gitblit v1.9.1