修改bug

This commit is contained in:
liuxi 2025-02-21 15:32:22 +08:00
parent c6fda38b2d
commit 84f15332ac

View File

@ -65,7 +65,8 @@
<div>
<div class="f16 p-16 border-b-solid-lighter-1">{{queue ? '智能外呼案件列表' : '案件列表'}}</div>
<div class="p-16">
<el-table ref="queueTable" :data="queueList" style="width: 100%" highlight-current-row>
<el-scrollbar :style="'height:300px;'">
<el-table ref="queueTable" :data="queueList" style="width: 100%;" highlight-current-row>
<el-table-column type="index" label="序号" width="50"></el-table-column>
<el-table-column prop="contact" label="被申请人姓名" width="150"></el-table-column>
<el-table-column prop="caseNo" label="案件编号">
@ -84,6 +85,8 @@
</template>
</el-table-column>
</el-table>
</el-scrollbar>
</div>
</div>
<div slot="reference" class="flex-row justify-content-between align-items-center mr-24 cursor-p">