From 01adce6d9fc82f29cc2a29b35ee727b642284715 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期一, 31 七月 2023 17:52:11 +0800
Subject: [PATCH] 隐私、财产的修改

---
 ruoyi-ui/src/views/secret/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/secret/index.vue b/ruoyi-ui/src/views/secret/index.vue
index 66c906e..6ed191d 100644
--- a/ruoyi-ui/src/views/secret/index.vue
+++ b/ruoyi-ui/src/views/secret/index.vue
@@ -110,10 +110,10 @@
           <template slot-scope="scope">{{scope.row.validityDate? scope.row.validityDate: '鈥斺�斺�斺��'}}</template>
         </el-table-column>
         <el-table-column label="瀵嗙爜" prop="password" sortable width="100" />
-        <el-table-column label="鏄惁寮�鍚寚绾�" prop="isFinger" sortable width="120" >
+        <el-table-column label="鏄惁寮�鍚寚绾�" prop="isFinger" sortable width="130" >
             <template slot-scope="scope">{{scope.row.isFinger===1 ?'鏄�': '鍚�'}}</template>
         </el-table-column>>
-        <el-table-column label="鏄惁寮�鍚汉鑴�" prop="isFace" sortable width="120" >
+        <el-table-column label="鏄惁寮�鍚汉鑴�" prop="isFace" sortable width="130" >
             <template slot-scope="scope">{{scope.row.isFace===1 ?'鏄�': '鍚�'}}</template>
         </el-table-column>
         <el-table-column label="绉佹湁/鍏湁" prop="isPrivate" sortable width="100" >
@@ -203,7 +203,7 @@
             <el-date-picker
               v-model='formDat.validityDate'
               type='date'
-              placeholder='閫夋嫨鏃ユ湡'
+              placeholder='閫夋嫨鏈夋晥鏈�'
             ></el-date-picker>
           </el-form-item>
           <el-form-item label="瀵嗙爜" prop="password">
@@ -318,7 +318,7 @@
 
 
   //鍦╯ystem/note/index.js涓鍏ユ帴鍙e嚱鏁�  --鎺ュソ浜�
-  import {listSecret,enload,getEconomyInfo,delSecret, addSecret, uploadPic} from "@/api/secret/index";
+  import {listSecret,enload,delSecret, addSecret, uploadPic} from "@/api/secret/index";
 
   export default {
     name: "Role",
@@ -430,7 +430,7 @@
           }],
 
           validityDate: [{
-            // required: true,
+            required: true,
             message: '璇烽�夋嫨鏈夋晥鏈�',
             trigger: 'change'
           }],

--
Gitblit v1.9.1