Commit 97b31b99 authored by zhengke's avatar zhengke

修改

parent e477da2e
......@@ -100,11 +100,14 @@
</template>
<template v-slot:body-cell-ExamineStatusStr="props">
<q-td :props="props">
{{ props.row.ExamineStatusStr }}
<template v-if="props.row.ExamineRemark">
<q-tooltip :offset="[10, 10]">驳回原因:{{ props.row.ExamineRemark }}
</q-tooltip>
</template>
<el-popover
placement="bottom"
title="驳回原因"
width="350"
trigger="hover"
:content='props.row.ExamineRemark'>
<span slot="reference">{{props.row.ExamineStatusStr}}</span>
</el-popover>
</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