+
+ {{ `${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 fb4465f7..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,8 +30,11 @@
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;