Commit 20c34068 authored by zhengke's avatar zhengke

修改

parent 16431c6c
...@@ -103,14 +103,19 @@ ...@@ -103,14 +103,19 @@
</template> </template>
<template v-slot:body-cell-ExamineStatusStr="props"> <template v-slot:body-cell-ExamineStatusStr="props">
<q-td :props="props"> <q-td :props="props">
<el-popover <template v-if="props.row.ExamineStatus==4">
placement="bottom" <el-popover
title="驳回原因" placement="bottom"
width="350" title="驳回原因"
trigger="hover" width="350"
:content='props.row.ExamineRemark'> trigger="hover"
<span slot="reference">{{props.row.ExamineStatusStr}}</span> :content='props.row.ExamineRemark'>
</el-popover> <span slot="reference">{{props.row.ExamineStatusStr}}</span>
</el-popover>
</template>
<template v-else>
{{props.row.ExamineStatusStr}}
</template>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-PaperType="props"> <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