|
@@ -180,12 +180,12 @@ class AssistCheck extends React.Component {
|
|
|
</div> */}
|
|
|
{
|
|
|
hospitalMsg.import_way_pacs == 1 ? <div className={styles.pushButton} disabled={ieVersion && ieVersion > 9 ? true : false} onClick={ieVersion && ieVersion <= 9 ? null : this.handleImportExcel}>
|
|
|
- 导入化验结果
|
|
|
+ 导入辅检结果
|
|
|
<input type="file" name="uploadfile" id="choose" style={{ display: 'none' }} ref={(DOM) => this.inputRef = DOM} />
|
|
|
</div> : hospitalMsg.import_way_pacs == 2 ? <div className={styles.pushButton} disabled={ieVersion && ieVersion > 9 ? true : false} onClick={checkSystemIpt}>
|
|
|
- 检查系统导入
|
|
|
+ 导入辅检结果
|
|
|
</div> : hospitalMsg.import_way_pacs == 3 ? <div className={`${styles.pushButton} ${styles.importInspect}`} onClick={showSlideImport}>
|
|
|
- <p id="importExcelBtns" className={styles.importInspectBtn}>导入化验结果</p>
|
|
|
+ <p id="importExcelBtns" className={styles.importInspectBtn}>导入辅检结果</p>
|
|
|
{
|
|
|
importLis?<ul className={styles.importSelect} id="importExcelLists">
|
|
|
<li className={styles.excelIpt}>
|