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