|
@@ -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>
|