1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-12 18:39:47 +08:00
parent 8483e02a3b
commit 54e3b21010
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
v-model="tumorEvaluationObj[task.VisitTaskId]" size="mini"
@change="(val) => handleTumorEvaluationChange(val, task.VisitTaskId)">
<template v-for="item of $d[scope.row.DictionaryCode]">
<el-option :key="item.id" :value="item.value" :label="item.label" v-if="item.value !== -1" />
<el-option :key="item.id" :value="item.value" :label="item.label" v-if="item.value !== 5" />
</template>
</el-select>
</template>