|
@@ -2,17 +2,24 @@
|
|
|
<div>
|
|
|
<el-button class="box1" @click="daochu">导出</el-button>
|
|
|
<div class="word" id="contents">
|
|
|
- <p style="text-align: center; font-size: 20px; color: black">
|
|
|
+ <p
|
|
|
+ style="
|
|
|
+ text-align: center;
|
|
|
+ font-size: 22px;
|
|
|
+ color: black;
|
|
|
+ font-weight: 550;
|
|
|
+ "
|
|
|
+ >
|
|
|
食堂食谱表
|
|
|
</p>
|
|
|
- <p style="margin-left: 10px; color: black">
|
|
|
- 使用时间:2022-03-09—2022-03-13
|
|
|
+ <p style="margin-left: 10px; color: black; font-size: 18px">
|
|
|
+ 使用时间:{{ message.startTime }}——{{ message.endTime }}
|
|
|
</p>
|
|
|
<table
|
|
|
border="1"
|
|
|
style="
|
|
|
border-collapse: collapse;
|
|
|
- border: 1px solid black;
|
|
|
+ border: none;
|
|
|
mso-border-left-alt: 0.5pt solid windowtext;
|
|
|
mso-border-top-alt: 0.5pt solid windowtext;
|
|
|
mso-border-right-alt: 0.5pt solid windowtext;
|
|
@@ -54,322 +61,328 @@
|
|
|
style="white-space: normal; height: 45"
|
|
|
class="JR_right"
|
|
|
>
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[0].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[6].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[12].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[18].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[24].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[30].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[36].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td align="center" style="white-space: normal">
|
|
|
{{ message.cookbookRegistrations[0].cookcategoryNames }}
|
|
|
</td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[6].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[12].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[18].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[24].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[30].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[36].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td width="70" rowspan="2" align="center" class="JR_left">副食</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[1].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[7].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[13].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[19].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[25].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[31].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[37].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
{{ message.cookbookRegistrations[1].cookcategoryNames }}
|
|
|
</td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 无
|
|
|
+ {{ message.cookbookRegistrations[7].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[13].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[19].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[25].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[31].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[37].cookcategoryNames }}
|
|
|
</td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td width="99" rowspan="4" align="center" class="JR_left">午餐</td>
|
|
|
<td width="70" rowspan="2" align="center" class="JR_left">主食</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[2].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[8].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[14].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[20].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[26].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[32].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[38].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[2].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[8].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[14].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[20].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[26].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[32].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[38].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td width="70" rowspan="2" align="center" class="JR_left">副食</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[3].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[9].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[15].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[21].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[27].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[33].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[39].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
- <td align="center" style="white-space: normal"></td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[3].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[9].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[15].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[21].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[27].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[33].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal">
|
|
|
+ {{ message.cookbookRegistrations[39].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td width="99" rowspan="4" align="center" class="JR_left">晚餐</td>
|
|
|
<td width="70" rowspan="2" align="center" class="JR_left">主食</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[4].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[10].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[16].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[22].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[28].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[34].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[40].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[4].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[10].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[16].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[22].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[28].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[34].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[40].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
<td width="70" rowspan="2" align="center" class="JR_left">副食</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[5].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[11].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[17].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[23].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[29].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[35].peopleNames }}
|
|
|
</td>
|
|
|
<td align="center" style="white-space: normal" class="JR_right">
|
|
|
- 炊事员:
|
|
|
+ 炊事员:{{ message.cookbookRegistrations[41].peopleNames }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr height="45" class="JR_tr">
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
- <td
|
|
|
- align="center"
|
|
|
- style="white-space: normal"
|
|
|
- class="JR_right"
|
|
|
- ></td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[5].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[11].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[17].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[23].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[29].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[35].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
+ <td align="center" style="white-space: normal" class="JR_right">
|
|
|
+ {{ message.cookbookRegistrations[41].cookcategoryNames }}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ <tr
|
|
|
+ class="aaa"
|
|
|
+ style="
|
|
|
+ border: none;
|
|
|
+ color: black;
|
|
|
+ font-size: 12pt;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 30px;
|
|
|
+ width: 960px;
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <td
|
|
|
+ colspan="4"
|
|
|
+ align="left"
|
|
|
+ style="border: none; line-height: 45px; width: 360px"
|
|
|
+ >
|
|
|
+ 单位领导:
|
|
|
+ </td>
|
|
|
+ <td
|
|
|
+ colspan="3"
|
|
|
+ align="left"
|
|
|
+ style="border: none; line-height: 45px; width: 360px"
|
|
|
+ >
|
|
|
+ 经委会:
|
|
|
+ </td>
|
|
|
+ <td colspan="3" align="left" style="border: none; line-height: 45px">
|
|
|
+ 制表:
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
- <div style="width: 100%; height: 50px; margin-top: 20px; color: black">
|
|
|
+ <!-- <div
|
|
|
+ style="width: 100%; height: 50px; margin-top: 20px; color: black"
|
|
|
+ class="bottom"
|
|
|
+ >
|
|
|
<span style="margin-left: 30px">单位领导:</span>
|
|
|
<span style="margin-left: 35%">经委会:</span>
|
|
|
<span style="margin-left: 318px">制表:</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -384,7 +397,7 @@ export default {
|
|
|
return {
|
|
|
title: "食堂食谱表",
|
|
|
style:
|
|
|
- ".JR_tr {height: 40px;};.JR_left{width: 120px;font-size: 1.331em; font-family: '楷体_GB2312';};.JR_right{ font-size: 1.331em; font-family: 仿宋_GB2312;};.JR_bottom{border-left:0; font-size: 1.331em; font-family: 仿宋_GB2312; text-align: right}",
|
|
|
+ ".JR_tr {height: 40px;};.JR_left{width: 120px;font-size: 1.331em; font-family: '楷体_GB2312';};.JR_right{ font-size: 1.331em; font-family: 仿宋_GB2312;};.JR_bottom{border-left:0; font-size: 1.331em; font-family: 仿宋_GB2312; text-align: right}.bottom {font-size: 14px;display: flex;justify-content:center;}",
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -410,4 +423,9 @@ tr:last-child {
|
|
|
border: 1px solid rgb(129, 130, 131);
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+.bottom {
|
|
|
+ font-size: 14px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
</style>
|