|
@@ -549,8 +549,8 @@ class Operation extends Component {
|
|
|
{/* <span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span> */}
|
|
|
{/* {hideLabel?"":<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>} */}
|
|
|
{/* {hideLabel?"":<span className={style['preButton']} onClick={cancelDelTag}><img src={cancelTag} /> 还原标签</span>} */}
|
|
|
- <span className={winWidth<=1082?`${style['saveButton']} ${style['minstyle']}`: style['saveButton']} onClick={() => { this.saveAll(1) }}>保存</span>
|
|
|
<span className={winWidth<=1082?`${style['clearButton']} ${style['saveButton']} ${style['minstyle']}`:`${style['clearButton']} ${style['saveButton']}`} onClick={() => { this.clearAll(2) }}>清除</span>
|
|
|
+ <span className={winWidth<=1082?`${style['saveButton']} ${style['minstyle']}`: style['saveButton']} onClick={() => { this.saveAll(1) }}>保存</span>
|
|
|
{visible?<PrintPreviewContainer visible={visible} onClose={closePrint} />:null}
|
|
|
{preVisible?<PreviewContainer visible={preVisible} onClose={closePreview} />:null}
|
|
|
|