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

uat_us v1.4.0
caiyiling 2024-04-30 12:59:52 +08:00
parent e9188115fc
commit 49dcab2a0e
2 changed files with 8 additions and 2 deletions

View File

@ -856,8 +856,8 @@ export default {
} }
} else { } else {
// //
if (lesionLength > 10) { if (lesionLength > 0) {
// 10mm, // 0,
const stateId = this.getQuestionId(7) const stateId = this.getQuestionId(7)
this.$set(this.questionForm, stateId, 0) this.$set(this.questionForm, stateId, 0)
} }

View File

@ -213,6 +213,12 @@
show-overflow-tooltip show-overflow-tooltip
width="200" width="200"
/> />
<el-table-column
prop="VisitName"
:label="$t('trials:globalReview:table:cutOffVisitName')"
show-overflow-tooltip
width="200"
/>
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
width="200" width="200"