CRC上传页面,根据配置控制PACS直连tab的显示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9c36c7975c
commit
4e2fecc999
|
@ -573,6 +573,7 @@
|
|||
:label="$t('trials:uploadNonDicoms:tab:uploadPacs')"
|
||||
name="pacs"
|
||||
:disabled="btnLoading"
|
||||
v-if="relationInfo.IsPacsConnectConfiged"
|
||||
>
|
||||
<uploadDicomPacs
|
||||
v-if="uploadActiveName === 'pacs'"
|
||||
|
@ -784,11 +785,11 @@ var config = {
|
|||
startWebWorkersOnDemand: true,
|
||||
taskConfiguration: {
|
||||
decodeTask: {
|
||||
initializeCodecsOnStartup: false
|
||||
}
|
||||
}
|
||||
}
|
||||
cornerstoneWADOImageLoader.webWorkerManager.initialize(config)
|
||||
initializeCodecsOnStartup: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
cornerstoneWADOImageLoader.webWorkerManager.initialize(config);
|
||||
cornerstoneWADOImageLoader.external.dicomParser = dicomParser;
|
||||
cornerstoneWADOImageLoader.external.cornerstone = cornerstone;
|
||||
import DicomPreview from "@/views/dicom-show/dicom-preview";
|
||||
|
@ -2064,7 +2065,6 @@ export default {
|
|||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#inputForm #listWrapper {
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Reference in New Issue