@@ -2080,7 +2086,7 @@ export default {
cursor: pointer;
text-align: center;
.svg-icon{
- font-size:20px;
+ font-size:25px;
color:#ddd;
}
}
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue
index 0879d23c..97e4c7a8 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue
@@ -53,8 +53,8 @@ export default {
measurements: [],
currentQsId: '',
pet5PSId: '',
- pet5PSCommentsId:'',
- calculatePet5PS:null,
+ pet5PSCommentsId: '',
+ calculatePet5PS: null,
liverSuvmaxId: '',
lungSuvmaxId: '',
suvmaxId: '',
@@ -284,7 +284,7 @@ export default {
}
this.$emit('setNonTargetMeasurementStatus', { status: true, toolName: 'CircleROI' })
},
-
+
removeAnnotation(obj) {
console.log('question_removeAnnotation')
const { Id } = obj
@@ -397,18 +397,18 @@ export default {
},
setFormItemData(obj) {
this.questionForm[obj.key] = obj.val
- if(obj.key === this.pet5PSId){
+ if (obj.key === this.pet5PSId) {
this.setPet5PSCommentDisplay()
}
},
- setPet5PSCommentDisplay(){
- if( this.pet5PSCommentsId && this.pet5PSId ){
+ setPet5PSCommentDisplay() {
+ if (this.pet5PSCommentsId && this.pet5PSId) {
for (let i = 0; i < this.questions[0].Childrens[0].Childrens.length; i++) {
if (this.questions[0].Childrens[0].Childrens[i].QuestionType === 59) {
- if(this.calculatePet5PS && this.calculatePet5PS !== this.questionForm[this.pet5PSId]){
+ if (this.calculatePet5PS && this.calculatePet5PS !== this.questionForm[this.pet5PSId]) {
this.questions[0].Childrens[0].Childrens[i].ShowQuestion = 0
this.questions[0].Childrens[0].Childrens[i].IsRequired = 0
- }else{
+ } else {
this.questions[0].Childrens[0].Childrens[i].ShowQuestion = 2
this.questions[0].Childrens[0].Childrens[i].IsRequired = 3
this.questionForm[this.pet5PSCommentsId] = ''
@@ -443,7 +443,7 @@ export default {
// 本访视点病灶的SUVmax(所有病灶中最大的)<纵隔血池SUVmax 2分
// this.questionForm[this.pet5PSId] = '2'
return '2'
- }else{
+ } else {
// this.questionForm[this.pet5PSId] = ''
return ''
}
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
index 9387578c..2faf5440 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
@@ -31,8 +31,8 @@
v-model="questionForm.LesionType"
filterable
:disabled="!isCurrentTask || readingTaskState>=2 || !isBaseLineTask"
- @change="((val)=>{lesionTypeChange(val)})"
:popper-append-to-body="false"
+ @change="((val)=>{lesionTypeChange(val)})"
>
{formItemChange(val, qs)})"
:popper-append-to-body="false"
+ @change="((val)=>{formItemChange(val, qs)})"
>
@@ -189,43 +189,51 @@
-
-
+ label="SUV测量截图"
+ />
+
+
![Image]()
+