非淋巴结靶病灶状态自动赋值逻辑及肿瘤学阅片更改
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user