|
|
@@ -55,11 +55,11 @@
|
|
|
<td>{$row['unit']}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>判定</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">判定</td>
|
|
|
{if $row['judge'] == '0'}
|
|
|
- <td>不合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">不合格</td>
|
|
|
{else if}
|
|
|
- <td>合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">合格</td>
|
|
|
{/if}
|
|
|
<td colspan="3">{$row['remark']}</td>
|
|
|
</tr>
|
|
|
@@ -201,11 +201,11 @@
|
|
|
<td>{$row['unit']}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>判定</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">判定</td>
|
|
|
{if $row['judge'] == '0'}
|
|
|
- <td>不合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">不合格</td>
|
|
|
{else if}
|
|
|
- <td>合格</td>
|
|
|
+ <td style="font-weight: 700; text-align: center">合格</td>
|
|
|
{/if}
|
|
|
<td colspan="3">{$row['remark']}</td>
|
|
|
</tr>
|