|
@@ -43,6 +43,7 @@
|
|
|
bordercolor="black"
|
|
|
>
|
|
|
<tr
|
|
|
+ class="JR_tr"
|
|
|
style="
|
|
|
border: none;
|
|
|
color: black;
|
|
@@ -52,20 +53,27 @@
|
|
|
"
|
|
|
>
|
|
|
<td
|
|
|
- colspan="4"
|
|
|
+ class="JR_left"
|
|
|
+ colspan="3"
|
|
|
align="left"
|
|
|
style="border: none; line-height: 45px; width: 360px"
|
|
|
>
|
|
|
连值班领导:{{ message.peopleName }}
|
|
|
</td>
|
|
|
<td
|
|
|
+ class="JR_left"
|
|
|
colspan="3"
|
|
|
align="left"
|
|
|
style="border: none; line-height: 45px; width: 360px"
|
|
|
>
|
|
|
电话:{{ message.phone }}
|
|
|
</td>
|
|
|
- <td colspan="1" align="left" style="border: none; line-height: 45px">
|
|
|
+ <td
|
|
|
+ class="JR_left"
|
|
|
+ colspan="2"
|
|
|
+ align="left"
|
|
|
+ style="border: none; line-height: 45px"
|
|
|
+ >
|
|
|
{{ message.startTime }}—{{ message.endTime }}
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -142,62 +150,36 @@
|
|
|
"
|
|
|
>
|
|
|
<td
|
|
|
- colspan="4"
|
|
|
+ class="JR_left"
|
|
|
+ colspan="3"
|
|
|
align="left"
|
|
|
style="border: none; line-height: 45px; width: 360px"
|
|
|
>
|
|
|
军事主官:{{ message.people1Name }}
|
|
|
</td>
|
|
|
<td
|
|
|
+ colspan="1"
|
|
|
+ style="border: none; line-height: 45px; width: 360px"
|
|
|
+ ></td>
|
|
|
+ <td
|
|
|
+ class="JR_left"
|
|
|
colspan="3"
|
|
|
align="left"
|
|
|
style="border: none; line-height: 45px; width: 360px"
|
|
|
>
|
|
|
政治主官:{{ message.people2Name }}
|
|
|
</td>
|
|
|
- <td colspan="3" align="left" style="border: none; line-height: 45px">
|
|
|
+ <td
|
|
|
+ class="JR_left"
|
|
|
+ colspan="3"
|
|
|
+ align="left"
|
|
|
+ style="border: none; line-height: 45px"
|
|
|
+ >
|
|
|
时间:
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-
|
|
|
- <!-- <div style="width: 100%; height: 50px; margin-top: 10px; color: black">
|
|
|
- <span style="margin-left: 30px"
|
|
|
- >军事主官:{{ message.people1Name }} </span
|
|
|
- >
|
|
|
- <span style="margin-left: 30%"
|
|
|
- >政治主官:{{ message.people2Name }}
|
|
|
- </span>
|
|
|
- <span style="margin-left: 232px">时间:</span>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
- <!-- <tr
|
|
|
- style="
|
|
|
- border: none;
|
|
|
- color: black;
|
|
|
- font-size: 12pt;
|
|
|
- line-height: 30px;
|
|
|
- width: 940px;
|
|
|
- "
|
|
|
- >
|
|
|
- <td
|
|
|
- colspan="4"
|
|
|
- align="left"
|
|
|
- style="border: none; line-height: 45px; width: 360px"
|
|
|
- >
|
|
|
- 军事主官:{{ message.people1Name }}
|
|
|
- </td>
|
|
|
- <td
|
|
|
- colspan="3"
|
|
|
- align="left"
|
|
|
- style="border: none; line-height: 45px; width: 360px"
|
|
|
- >
|
|
|
- 政治主官:{{ message.people2Name }}
|
|
|
- </td>
|
|
|
- <td colspan="3" align="left" style="border: none; line-height: 45px">
|
|
|
- 时间:
|
|
|
- </td>
|
|
|
- </tr> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|