diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue
index 7dae2175..907afd59 100644
--- a/src/views/none-dicom-show/index.vue
+++ b/src/views/none-dicom-show/index.vue
@@ -2,7 +2,7 @@
- {{$t('trials:none-dicom-show:fileList')}}
+ {{ $t('trials:none-dicom-show:fileList') }}
@@ -14,7 +14,7 @@
- 暂无数据
+ {{ $t('trials:audit:message:noData') }}
- {{ `${j+1}. ${item.FileName}` }}
+
+ {{ `${j+1}. ${item.FileName}` }}
+
+
+
+ {{ `${j+1}. ${item.FileName}` }}
+
+
-
@@ -83,11 +89,11 @@ export default {
subjectVisitId: '',
sudyId: '',
loading: false,
- bp:[]
+ bp: []
}
},
- async created(){
- this.bp = await this.$getBodyPart(this.$route.query.trialId);
+ async created() {
+ this.bp = await this.$getBodyPart(this.$route.query.trialId)
},
async mounted() {
if (this.$router.currentRoute.query.TokenKey) {
@@ -113,9 +119,9 @@ export default {
}
var arr = bodyPart.split(separator)
var newArr = arr.map(i => {
- return this.$fd('Bodypart', i.trim(),'Code',{Bodypart:this.bp},'Name')
+ return this.$fd('Bodypart', i.trim(), 'Code', { Bodypart: this.bp }, 'Name')
})
- console.log(newArr,this.bp)
+ console.log(newArr, this.bp)
return newArr.join(' | ')
},
// 获取非Dicom检查信息
@@ -236,13 +242,19 @@ export default {
display: inline-block;
box-sizing: border-box;
border-bottom: 2px solid #f3f3f3;
- width: 180px;
- height: 50px;
- line-height: 50px;
+
cursor: pointer;
// margin-bottom: 5px;
padding-left: 5px;
- text-overflow:ellipsis;
+
+ }
+ .img-text{
+ display: inline-block;
+ width: 200px;
+ height: 50px;
+ line-height: 50px;
+ overflow: hidden;
+ text-overflow: ellipsis; /* 用省略号表示溢出的文本 */
white-space: nowrap;
}
.img-box:nth-last-child(1){
diff --git a/src/views/trials/trials-panel/reading/dicoms/none-dicoms.vue b/src/views/trials/trials-panel/reading/dicoms/none-dicoms.vue
index 3ef32db0..355fed85 100644
--- a/src/views/trials/trials-panel/reading/dicoms/none-dicoms.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/none-dicoms.vue
@@ -28,10 +28,13 @@
class="img-box"
@click="selected(item,i,j,true)"
>
-
-
+
+ {{ `${j+1}. ${item.FileName}` }}
+
+
+
{{ `${j+1}. ${item.FileName}` }}
-
+
@@ -269,12 +272,15 @@ export default {
display: inline-block;
box-sizing: border-box;
border-bottom: 2px solid #f3f3f3;
- width: 200px;
- height: 50px;
- line-height: 50px;
cursor: pointer;
// margin-bottom: 5px;
padding-left: 5px;
+ }
+ .img-text{
+ display: inline-block;
+ width: 200px;
+ height: 50px;
+ line-height: 50px;
overflow: hidden;
text-overflow: ellipsis; /* 用省略号表示溢出的文本 */
white-space: nowrap;
diff --git a/src/views/trials/trials-panel/reading/none-dicoms/components/VisitReview.vue b/src/views/trials/trials-panel/reading/none-dicoms/components/VisitReview.vue
index 52aab73d..c3a6bc3f 100644
--- a/src/views/trials/trials-panel/reading/none-dicoms/components/VisitReview.vue
+++ b/src/views/trials/trials-panel/reading/none-dicoms/components/VisitReview.vue
@@ -30,10 +30,13 @@
class="img-box"
@click="selected(item,i,j,true)"
>
-
-
+
+ {{ `${j+1}. ${item.FileName}` }}
+
+
+
{{ `${j+1}. ${item.FileName}` }}
-
+
@@ -57,13 +60,15 @@
class="img-box"
@click="handleImageRead(task)"
>
-
-
+
+ {{ `${j+1}. ${task.TaskBlindName}` }}
+
+
+
{{ `${j+1}. ${task.TaskBlindName}` }}
-
+
-
@@ -410,12 +415,15 @@ export default {
display: inline-block;
box-sizing: border-box;
border-bottom: 2px solid #f3f3f3;
- width: 200px;
- height: 50px;
- line-height: 50px;
cursor: pointer;
// margin-bottom: 5px;
padding-left: 5px;
+ }
+ .img-text{
+ display: inline-block;
+ width: 200px;
+ height: 50px;
+ line-height: 50px;
overflow: hidden;
text-overflow: ellipsis; /* 用省略号表示溢出的文本 */
white-space: nowrap;