医学审核审核结论添加判断条件
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-18 17:15:13 +08:00
parent 7c09594c4d
commit 422a1cd63d
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@
sortable="custom"
show-overflow-tooltip
>
<template slot-scope="scope">
<template slot-scope="scope" v-if="scope.row.AuditState !== 0">
{{ $fd('IsPass',scope.row.IsHaveQuestion) }}
</template>
</el-table-column>