From e422239791b35a7c466372eda8c99d2775a6bae1 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期六, 22 一月 2022 14:55:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/Phase3' into Phase3

---
 PAMapp/components/Interview/InterviewAdd.vue |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/PAMapp/components/Interview/InterviewAdd.vue b/PAMapp/components/Interview/InterviewAdd.vue
index d86d7a6..5106383 100644
--- a/PAMapp/components/Interview/InterviewAdd.vue
+++ b/PAMapp/components/Interview/InterviewAdd.vue
@@ -5,7 +5,7 @@
           <span>{{interviewRecord.lastModifiedDate | formatDate}} ��</span>
       </div>
       <el-row class="mdTxt mb-10">
-          <el-col :xs="16" :sm="20" class="required">蝝赤����</el-col>
+          <el-col :xs="16" :sm="20">蝝赤����</el-col>
           <el-col :xs="8" :sm="4" class="text--right" v-if="interviewId">
               <span
                 v-if="!isEdit"
@@ -86,6 +86,7 @@
       <InterviewMsg
         :isVisible.sync="showInterviewMsgPopup"
         :client="appointmentDetail"
+        :defaultValue="interviewTime"
         @closeDialog="closePopup"
       ></InterviewMsg>
   </div>
@@ -248,18 +249,5 @@
         font-size: 20px;
     }
 }
-.required {
-    position: relative;
-    transform: translateX(10px);
 
-    &::before {
-      content: '*';
-      font-size: 15px;
-      font-weight: bold;
-      position: absolute;
-      color: #FF0000;
-      transform: translateX(-10px);
-      z-index: 5;
-    }
-}
 </style>

--
Gitblit v1.8.0