parent
e9188115fc
commit
49dcab2a0e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue