From 7ca95d0b01940011b16f03683e59ab4f18fff4e0 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 25 七月 2023 15:40:39 +0800
Subject: [PATCH] 时间搜索

---
 ruoyi-ui/src/views/contacts/contactsInfo.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/contacts/contactsInfo.vue b/ruoyi-ui/src/views/contacts/contactsInfo.vue
index e6bb44c..66ff0ac 100644
--- a/ruoyi-ui/src/views/contacts/contactsInfo.vue
+++ b/ruoyi-ui/src/views/contacts/contactsInfo.vue
@@ -16,14 +16,14 @@
        <el-container>
          <el-row :span="12">
            <el-cow>
-            <el-form-item label="鎴愬憳濮撳悕" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
-              <el-input v-model="formData.myName" placeholder="璇疯緭鍏ユ垚鍛樺鍚�" clearable :style="{width: '100%'}" :disabled="dsb">
+            <el-form-item label="瀹朵汉濮撳悕" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
+              <el-input v-model="formData.myName" placeholder="璇疯緭鍏ュ浜哄鍚�" clearable :style="{width: '100%'}" :disabled="dsb">
               </el-input>
             </el-form-item>
            </el-cow>
            <el-cow>
-            <el-form-item label="绉板懠" prop="nickName" label-width="50px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
-              <el-input v-model="formData.nickName" placeholder="璇疯緭鍏ョО鍛�" clearable :style="{width: '100%'}" :disabled="dsb">
+            <el-form-item label="閫氳褰曚腑绉板懠" prop="nickName" label-width="110px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
+              <el-input v-model="formData.nickName" placeholder="璇疯緭鍏ラ�氳褰曚腑绉板懠" clearable :style="{width: '100%'}" :disabled="dsb">
               </el-input>
             </el-form-item>
            </el-cow>
@@ -33,6 +33,7 @@
               </el-input>
             </el-form-item>
            </el-cow>
+
            <el-cow>
             <el-form-item label="宸ヤ綔鍗曚綅" prop="work" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">
               <el-input v-model="formData.work" placeholder="璇疯緭鍏ュ叿浣撲綅缃�" clearable :style="{width: '100%'}" :disabled="dsb">
@@ -239,7 +240,7 @@
 
         myName: [{
           required: true,
-          message: '璇疯緭鍏ユ垚鍛樺鍚�',
+          message: '璇疯緭鍏ュ浜哄鍚�',
           trigger: 'blur'
         }],
         nickName: [{
@@ -282,8 +283,8 @@
       this.$route.meta.title = "淇敼閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "鏌ョ湅閫氳褰曡缁嗕俊鎭�";
-      this.$route.meta.title = "鏌ョ湅閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉�
+      document.title = "閫氳褰曡缁嗕俊鎭�";
+      this.$route.meta.title = "閫氳褰曡缁嗕俊鎭�";//鍒楄〃鐨勫悕绉�
       this.isShow=false
     }
 

--
Gitblit v1.9.1