@@ -117,6 +117,9 @@ class PreviewBody extends Component {
</tr>
</table>
<p className={style.docName}>医生签名:<span>{baseObj ? baseObj.doctorName : (noData ? '' : preInfo.doctorName)}</span></p>
+ <div onClick={() => { this.surePrint(dataStr) }} className={style.printBtn} style={{
+ display: show ? 'inline-block' : 'none',
+ }}>打印</div>
</div>
}