|
|
@ -78,7 +78,10 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="案件描述" width="180" align="center" prop="caseContent">
|
|
|
|
<el-table-column label="案件描述" width="180" align="center" prop="caseContent">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-tooltip class="item" effect="light" :content="scope.row.caseContent" placement="top">
|
|
|
|
<el-tooltip class="item" effect="light" placement="top">
|
|
|
|
|
|
|
|
<template slot="content">
|
|
|
|
|
|
|
|
<p style="width: 400px;">{{ scope.row.caseContent }}</p>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
<div class="anjianmiaoshuTwo"> {{ scope.row.caseContent }}</div>
|
|
|
|
<div class="anjianmiaoshuTwo"> {{ scope.row.caseContent }}</div>
|
|
|
|
</el-tooltip>
|
|
|
|
</el-tooltip>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|