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

uat_us
wangxiaoshuang 2024-06-18 14:41:35 +08:00
parent ca3a6122be
commit 7c09594c4d
1 changed files with 1 additions and 1 deletions

View File

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