Commit 97b31b99 authored by zhengke's avatar zhengke

修改

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