|
|
|
|
5
|
<el-button type="primary" @click="touping">{{ Screencasting == true ? '取消投屏' : '投屏' }}</el-button>
|
5
|
<el-button type="primary" @click="touping">{{ Screencasting == true ? '取消投屏' : '投屏' }}</el-button>
|
6
|
<el-button type="primary" @click="printAction">打印</el-button>
|
6
|
<el-button type="primary" @click="printAction">打印</el-button>
|
7
|
</div>
|
7
|
</div>
|
8
|
- <div class="tab" style="margin-top: 10px;" v-if="org_id!=10742&&org_id !=0">
|
|
|
|
|
8
|
+ <div class="tab" style="margin-top: 10px;" v-if="org_id!=10742">
|
9
|
<table id="scheduleTable" class="scheduleTable" border="1" cellspacing="0"
|
9
|
<table id="scheduleTable" class="scheduleTable" border="1" cellspacing="0"
|
10
|
style='width: 100%;table-layout:fixed;text-align: center;word-break: break-all;word-wrap: break-word;font-weight: 500;'>
|
10
|
style='width: 100%;table-layout:fixed;text-align: center;word-break: break-all;word-wrap: break-word;font-weight: 500;'>
|
11
|
<tr>
|
11
|
<tr>
|
12
|
- <td rowspan="2" >分区</td>
|
|
|
13
|
- <td rowspan="2" >机号</td>
|
|
|
|
|
12
|
+ <td rowspan="2" width="100">分区</td>
|
|
|
13
|
+ <td rowspan="2" width="100">机号</td>
|
14
|
<td colspan="3" v-if="first_day == 1">周一({{ weekTitle[0] }})</td>
|
14
|
<td colspan="3" v-if="first_day == 1">周一({{ weekTitle[0] }})</td>
|
15
|
<td colspan="3" v-if="second_day == 2">周二({{ weekTitle[1] }})</td>
|
15
|
<td colspan="3" v-if="second_day == 2">周二({{ weekTitle[1] }})</td>
|
16
|
<td colspan="3" v-if="three_day == 3">周三({{ weekTitle[2] }})</td>
|
16
|
<td colspan="3" v-if="three_day == 3">周三({{ weekTitle[2] }})</td>
|