This commit is contained in:
任珮宇 2023-11-15 14:41:21 +08:00
parent e14525169e
commit 06d3e99725
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@
:customRow="customRow"
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
@change="handleTableChange"
:scroll="{ y: 900 }"
>
<!-- 处理 scopedSlots -->
<template v-for="slotName of scopedSlotsKeys" :slot="slotName" slot-scope="text, record, index">

View File

@ -49,6 +49,7 @@
:loading="loading"
:pagination="false"
:canSelect="false"
:scroll="{ y: 900 }"
>
<template slot="space" slot-scope="{ text }">
<div class="space">