代码:判断标志位并提示信息
<tr style={{display: flagNoData === 0 ? "" : "none", height: "200px", color: "white", fontSize:'1.8rem', textAlign:'center'}}>
<td colSpan={9}>未查到相关数据</td>
</tr>
<tr style={{display: flagNoData === 0 ? "" : "none", height: "200px", color: "white", fontSize:'1.8rem', textAlign:'center'}}>
<td colSpan={9}>未查到相关数据</td>
</tr>