From cf1b5bf548b870efd0f1b4e3d5a8f88e79cfd9c9 Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@126.com>
Date: 星期六, 08 一月 2022 12:15:22 +0800
Subject: [PATCH] 问题修改

---
 src/views/system/user/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 6d14bf3..ec8cb8c 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -209,7 +209,7 @@
     </el-row>
 
     <!-- 娣诲姞鎴栦慨鏀圭敤鎴烽厤缃璇濇 -->
-    <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
+    <el-dialog :title="title" :close-on-click-modal="false" :visible.sync="open" width="600px" append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
         <el-row>
           <el-col :span="12">
@@ -317,7 +317,7 @@
             <el-form-item label="鍏ヨ亴鏃堕棿">
               <el-date-picker
                 v-model="form.entryTime"
-                type="datetime"
+                type="date"
                 value-format="yyyy-MM-dd HH:mm:ss"
                 placeholder="閫夋嫨鍏ヨ亴鏃堕棿">
               </el-date-picker>
@@ -337,7 +337,7 @@
     </el-dialog>
 
     <!-- 鐢ㄦ埛瀵煎叆瀵硅瘽妗� -->
-    <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
+    <el-dialog :title="upload.title" :close-on-click-modal="false" :visible.sync="upload.open" width="400px" append-to-body>
       <el-upload
         ref="upload"
         :limit="1"
@@ -500,6 +500,9 @@
         ],
         deptId: [
           { required: true, message: "鎵�鍦ㄩ儴闂ㄤ笉鑳戒负绌�", trigger: "blur" }
+        ],
+        remarks: [
+          {max: 128, message: '鏈�澶氳緭鍏�128涓瓧绗�', trigger: 'blur' }
         ]
       }
     };

--
Gitblit v1.9.1