Преглед на файлове

修复 会议未开始不应该显示 待确认1 bug

humingbo преди 1 година
родител
ревизия
d8a72a8060
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/meeting/meeting.vue

+ 1 - 1
src/views/meeting/meeting.vue

@@ -115,7 +115,7 @@
       </el-table-column>
       <el-table-column prop="status" label="确认状态" width="80">
         <template slot-scope="scope">
-          <div style="color: red" v-if="scope.row.meetingConfirmStatus===0 && (scope.row.meetingType===1 || scope.row.meetingType===2)">
+          <div style="color: red" v-if="scope.row.status!==0 && scope.row.meetingConfirmStatus===0 && (scope.row.meetingType===1 || scope.row.meetingType===2)">
             未确认
           </div>
           <div style="color: green"