非淋巴结靶病灶状态自动赋值逻辑及肿瘤学阅片更改

This commit is contained in:
2024-04-30 12:59:52 +08:00
parent e9188115fc
commit d0d60798db
2 changed files with 8 additions and 2 deletions
@@ -856,8 +856,8 @@ export default {
}
} else {
// 非淋巴结靶病灶
if (lesionLength > 10) {
// 长径大于10mm,自动给“存在”状态
if (lesionLength > 0) {
// 长径大于0,自动给“存在”状态
const stateId = this.getQuestionId(7)
this.$set(this.questionForm, stateId, 0)
}
@@ -213,6 +213,12 @@
show-overflow-tooltip
width="200"
/>
<el-table-column
prop="VisitName"
:label="$t('trials:globalReview:table:cutOffVisitName')"
show-overflow-tooltip
width="200"
/>
<el-table-column
:label="$t('common:action:action')"
width="200"