|
@@ -7,12 +7,12 @@ const WrapModalTable = (props) => {
|
|
<div className={style.tablePubP}>
|
|
<div className={style.tablePubP}>
|
|
<table>
|
|
<table>
|
|
<tr className={style.head}>
|
|
<tr className={style.head}>
|
|
- <td className={`${style.fst} ellipsOver`}>编号</td>
|
|
|
|
- <td className={`${style.sec} ellipsOver`}>标本类型</td>
|
|
|
|
- <td className={`${style.trd} ellipsOver`}>组名称</td>
|
|
|
|
- <td className={`${style.four} ellipsOver`}>送检医生</td>
|
|
|
|
- <td className={`${style.fif} ellipsOver`}>送检时间</td>
|
|
|
|
- <td className={`${style.six} ellipsOver`}>报告时间</td>
|
|
|
|
|
|
+ <td className={`${style.fst} ellipsOver`}>���</td>
|
|
|
|
+ <td className={`${style.sec} ellipsOver`}>锟疥本锟斤拷锟斤拷</td>
|
|
|
|
+ <td className={`${style.trd} ellipsOver`}>锟斤拷锟斤拷锟斤拷</td>
|
|
|
|
+ <td className={`${style.four} ellipsOver`}>锟酵硷拷医锟斤拷</td>
|
|
|
|
+ <td className={`${style.fif} ellipsOver`}>锟酵硷拷时锟斤拷</td>
|
|
|
|
+ <td className={`${style.six} ellipsOver`}>锟斤拷锟斤拷时锟斤拷</td>
|
|
<td className={`${style.sev} ellipsOver`} style={{display:hospitalInspect.length>5?'':'none'}}></td>
|
|
<td className={`${style.sev} ellipsOver`} style={{display:hospitalInspect.length>5?'':'none'}}></td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|