1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
44f6b11d50
commit
7e21325fa1
|
@ -8,10 +8,10 @@
|
||||||
<!-- <div class="studyDesc" style="border-bottom:1px solid #9e9e9e;" @click="closeDialog()">
|
<!-- <div class="studyDesc" style="border-bottom:1px solid #9e9e9e;" @click="closeDialog()">
|
||||||
<span style="font-size:14px;color:#d0d0d0;margin:5px 0px;line-height: 25px;">返回列表</span>
|
<span style="font-size:14px;color:#d0d0d0;margin:5px 0px;line-height: 25px;">返回列表</span>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="studyDesc" style="line-height: 10px;">
|
<div class="studyDesc">
|
||||||
{{ studyTitle }}
|
{{ studyTitle }}
|
||||||
</div>
|
</div>
|
||||||
<div class="studyDesc" style="line-height: 10px">
|
<div class="studyDesc">
|
||||||
{{ seriesCount }} Series
|
{{ seriesCount }} Series
|
||||||
</div>
|
</div>
|
||||||
<div class="viewerSidethumbs ps" style="position: relative;">
|
<div class="viewerSidethumbs ps" style="position: relative;">
|
||||||
|
@ -132,8 +132,7 @@ export default {
|
||||||
})
|
})
|
||||||
if (!studyItem) return
|
if (!studyItem) return
|
||||||
|
|
||||||
this.studyTitle =
|
this.studyTitle = studyItem.dicomInfo.description
|
||||||
studyItem.dicomInfo.patientName || studyItem.dicomInfo.description
|
|
||||||
this.seriesCount = studyItem.seriesList.length
|
this.seriesCount = studyItem.seriesList.length
|
||||||
var scope = this
|
var scope = this
|
||||||
|
|
||||||
|
@ -259,7 +258,7 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgb(88 84 83);
|
background: rgb(88 84 83);
|
||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
padding: 2px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ps {
|
.ps {
|
||||||
|
|
Loading…
Reference in New Issue