1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-15 14:32:15 +08:00
parent bf2a2818ce
commit b44d832241
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
</template> </template>
<!-- 整体肿瘤评估非基线可修改 --> <!-- 整体肿瘤评估非基线可修改 -->
<template <template
v-else-if="!task.IsBaseLine && (scope.row.QuestionType === 13 || scope.row.QuestionType === 42)"> v-else-if="!task.IsBaseLine && (scope.row.QuestionType === 13 || scope.row.QuestionType === 42 || (scope.row.QuestionType === 36 && CriterionType === 18))">
<el-select v-if="scope.row.Type === 'select' && scope.row.DictionaryCode" <el-select v-if="scope.row.Type === 'select' && scope.row.DictionaryCode"
v-model="currentEvaluateResult" size="mini" @change="handleEvaluateResultChange"> v-model="currentEvaluateResult" size="mini" @change="handleEvaluateResultChange">
<template v-if="CriterionType === 1 && tLesionCount"> <template v-if="CriterionType === 1 && tLesionCount">
@ -813,7 +813,7 @@ export default {
getWarningText() { getWarningText() {
var sysRes = '' var sysRes = ''
var curRes = '' var curRes = ''
if (this.CriterionType === 2) { if (this.CriterionType === 2 || this.CriterionType === 18) {
sysRes = this.$fd('ImagingOverallAssessment_Lugano', this.tumorEvaluate) sysRes = this.$fd('ImagingOverallAssessment_Lugano', this.tumorEvaluate)
curRes = this.$fd('ImagingOverallAssessment_Lugano', this.currentEvaluateResult) curRes = this.$fd('ImagingOverallAssessment_Lugano', this.currentEvaluateResult)
} else { } else {