yq1 1 день назад
Родитель
Сommit
f11232bcec
1 измененных файлов: 3 добавлений и 3 удалений
  1. 3 3
      src/xt_pages/workforce/scheduleTablePrintTwo.vue

+ 3 - 3
src/xt_pages/workforce/scheduleTablePrintTwo.vue Просмотреть файл

@@ -5,12 +5,12 @@
5 5
         <el-button type="primary" @click="touping">{{ Screencasting == true ? '取消投屏' : '投屏' }}</el-button>
6 6
         <el-button type="primary" @click="printAction">打印</el-button>
7 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 9
         <table id="scheduleTable" class="scheduleTable" border="1" cellspacing="0" 
10 10
           style='width: 100%;table-layout:fixed;text-align: center;word-break: break-all;word-wrap: break-word;font-weight: 500;'>
11 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 14
             <td colspan="3" v-if="first_day == 1">周一({{ weekTitle[0] }})</td>
15 15
             <td colspan="3" v-if="second_day == 2">周二({{ weekTitle[1] }})</td>
16 16
             <td colspan="3" v-if="three_day == 3">周三({{ weekTitle[2] }})</td>