Commit 20c34068 authored by zhengke's avatar zhengke

修改

parent 16431c6c
......@@ -103,14 +103,19 @@
</template>
<template v-slot:body-cell-ExamineStatusStr="props">
<q-td :props="props">
<el-popover
placement="bottom"
title="驳回原因"
width="350"
trigger="hover"
:content='props.row.ExamineRemark'>
<span slot="reference">{{props.row.ExamineStatusStr}}</span>
</el-popover>
<template v-if="props.row.ExamineStatus==4">
<el-popover
placement="bottom"
title="驳回原因"
width="350"
trigger="hover"
:content='props.row.ExamineRemark'>
<span slot="reference">{{props.row.ExamineStatusStr}}</span>
</el-popover>
</template>
<template v-else>
{{props.row.ExamineStatusStr}}
</template>
</q-td>
</template>
<template v-slot:body-cell-PaperType="props">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment