wansfa hai 1 ano
pai
achega
0094d188ae

+ 7 - 9
src/components/LemonUI/components/chatrecords/segrecords.vue

@@ -22,16 +22,14 @@
             @change-conversation="handleChangeConversation"
             @message-click="handleMessageClick"
             @context-click="handleContextClick"
-            @menu-avatar-click="handleMenuAvatarClick"
-            >
-
+            @menu-avatar-click="handleMenuAvatarClick" >
             <template #cover>
-                    <div class="cover">
-                        <!-- <i class="lemon-icon-message"></i>
-                        <p>
-                            <b>自定义封面 Lemon</b>IMUI
-                        </p> -->
-                    </div>
+                <div class="cover">
+                    <!-- <i class="lemon-icon-message"></i>
+                    <p>
+                        <b>自定义封面 Lemon</b>IMUI
+                    </p> -->
+                </div>
             </template>
 
             <template #message-title="contact">

+ 0 - 1
src/components/LemonUI/index.js

@@ -15,7 +15,6 @@ import lemonMessageEvent from "./components/message/event";
 import LemonMessageVoice from "./components/message/voice";
 import LemonMessageVideo from "./components/message/video";
 
-
 import LemonChatUI from "./components/chatmsg";
 import LemonRecords from "./components/records";
 import "./styles/common/index.styl";

+ 0 - 2
src/utils/common.js

@@ -5,8 +5,6 @@
 
 const baseURL = process.env.VUE_APP_BASE_API
 
-
-
 export function getAge(strBirthday) {
 	var returnAge,
 	strBirthdayArr=strBirthday.split("-"),

+ 1 - 2
src/views/qw/forbiddenMessage/index.vue

@@ -7,8 +7,7 @@
                   v-for="item in companys"
                   :key="item.companyId"
                   :label="item.companyName"
-                  :value="item.companyId"
-              />
+                  :value="item.companyId" />
         </el-select>
       </el-form-item>
       <el-form-item label="员工" prop="companyUserName">

+ 1 - 1
src/views/qw/qwChat/index.vue

@@ -323,7 +323,7 @@ export default {
             }else{
                  this.qwUser={};
                  this.queryParams.qwUserId="";
-                 this.msgError("该员工暂无企微号!");
+                 this.msgError("暂无企微号!");
             }
         });
     },