+ L414-5KR 相关物质结果表格添加L414-4KR和最大未知杂质显示,防止写错

This commit is contained in:
2022-11-13 23:13:21 +08:00
parent fdaa83f2bd
commit acecb8dc20

View File

@@ -244,24 +244,36 @@
<td id="two"></td> <td id="two"></td>
<td id="average"></td> <td id="average"></td>
</tr> </tr>
<tr id="L414-4">
<th scope="row">L414-4</th>
<td id="one">/</td>
<td id="two">/</td>
<td id="average">/</td>
</tr>
<tr id="L414-5-IM"> <tr id="L414-5-IM">
<th scope="row">L414-5-IM</th> <th scope="row">L414-5-IM</th>
<td id="one"></td> <td id="one"></td>
<td id="two"></td> <td id="two"></td>
<td id="average"></td> <td id="average"></td>
</tr> </tr>
<tr id="impurities">
<th scope="row">总杂</th>
<td id="one"></td>
<td id="two"></td>
<td id="average"></td>
</tr>
<tr id="purity"> <tr id="purity">
<th scope="row">纯度</th> <th scope="row">纯度</th>
<td id="one"></td> <td id="one"></td>
<td id="two"></td> <td id="two"></td>
<td id="average"></td> <td id="average"></td>
</tr> </tr>
<tr id="max_impurities">
<th scope="row">最大单杂</th>
<td id="one">/</td>
<td id="two">/</td>
<td id="average">/</td>
</tr>
<tr id="impurities">
<th scope="row">杂质总量</th>
<td id="one"></td>
<td id="two"></td>
<td id="average"></td>
</tr>
</table> </table>
<div id="msgbox"></div> <div id="msgbox"></div>
</body> </body>