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