Browse Source

考勤组排班

walter 9 months ago
parent
commit
6ab086d69c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/point/views/attendance/attendance_dutynew.vue

+ 4 - 1
src/point/views/attendance/attendance_dutynew.vue

@@ -14,7 +14,9 @@
     </div>
     <el-scrollbar v-loading="loading" wrap-class="column-wrapper scrollable-items-container" :native="false" style="height: 500px;">
       <div style="">
+        <!--    排班表头      -->
         <table id="schedule_table_header" style="width:100%;" class="schedule_table" cellspacing="0" cellpadding="0" @mouseleave="schedule_set_show = false">
+
           <tr>
             <td width="120" style="width:120px;">姓名</td>
             <td
@@ -68,7 +70,7 @@
             </td>
           </tr>
         </table>
-
+        <!-- 人员排班信息 -->
         <table class="schedule_table" cellspacing="0" cellpadding="0" @mouseleave="schedule_set_show = false">
           <tr v-for="(row, index) in tableData" :key="index">
             <td
@@ -174,6 +176,7 @@
           </tr>
         </table>
 
+<!--    下面的班次表格    -->
         <div style="height: 46px;"></div>
         <table class="schedule_table" cellspacing="0" cellpadding="0">
           <tr>