fix
This commit is contained in:
parent
e14525169e
commit
06d3e99725
|
@ -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">
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
:loading="loading"
|
||||
:pagination="false"
|
||||
:canSelect="false"
|
||||
:scroll="{ y: 900 }"
|
||||
>
|
||||
<template slot="space" slot-scope="{ text }">
|
||||
<div class="space">
|
||||
|
|
Loading…
Reference in New Issue
Block a user