+ 过期检查关闭表格气泡提醒
This commit is contained in:
@@ -167,7 +167,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="content" label="提醒内容" min-width="200">
|
<el-table-column prop="content" label="提醒内容" min-width="200">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-tooltip :content="scope.row.content" placement="top">
|
<el-tooltip :content="scope.row.content" placement="top" :disabled="true">
|
||||||
<p class="descStyle">{{ scope.row.content }}</p>
|
<p class="descStyle">{{ scope.row.content }}</p>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user