Commit 6dd2f50c authored by 罗超's avatar 罗超

1

parent cd5823f5
......@@ -33,7 +33,10 @@
</template>
<template v-slot:body-cell-Remark="props">
<q-td :props="props">
{{getRemarks(props.row.Remark)}}
<el-tooltip class="item" effect="dark" :content="props.row.Remark" placement="top">
{{getRemarks(props.row.Remark)}}
</el-tooltip>
</q-td>
</template>
<!-- <template v-slot:body-cell-Id="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