医学审核审核结论添加判断条件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7c09594c4d
commit
422a1cd63d
|
@ -397,7 +397,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>
|
||||||
|
|
Loading…
Reference in New Issue