Browse Source

0307

master
领悟 4 months ago
parent
commit
1500721a01
  1. 8
      src/views/thrombolysis/components/throm-interfere-image-dcm.vue

8
src/views/thrombolysis/components/throm-interfere-image-dcm.vue

@ -83,6 +83,7 @@
import {
screenage,
apiUrl,
imgUrl as picUrl,
proxyUrl
} from '@/config/setting.js';
@ -151,6 +152,7 @@
// ],
// },
],
picUrl: picUrl,
imgurl: '', //dcm<dcmview>
toolType: 'ScrollTool', //
currentDcm: [],
@ -239,9 +241,9 @@
item.patientAge = row.patientAge;
item.patientSex = row.patientSex;
item.studyId = row.studyId;
// row.dcmPath = apiUrl + row.dcmPath;
row.dcmPath =
'http://116.204.114.73:9300/static/1884873965911019520/2025/1/30/CT.1.2.392.200036.9116.2.5.1.37.2420784501.1738221085.722823.dcm'
row.dcmPath = picUrl + row.dcmPath;
// row.dcmPath =
// 'http://116.204.114.73:9300/static/1884873965911019520/2025/1/30/CT.1.2.392.200036.9116.2.5.1.37.2420784501.1738221085.722823.dcm'
});
});
//

Loading…
Cancel
Save