fix
This commit is contained in:
parent
e14525169e
commit
06d3e99725
|
@ -11,7 +11,6 @@
|
||||||
:customRow="customRow"
|
:customRow="customRow"
|
||||||
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
|
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
|
||||||
@change="handleTableChange"
|
@change="handleTableChange"
|
||||||
:scroll="{ y: 900 }"
|
|
||||||
>
|
>
|
||||||
<!-- 处理 scopedSlots -->
|
<!-- 处理 scopedSlots -->
|
||||||
<template v-for="slotName of scopedSlotsKeys" :slot="slotName" slot-scope="text, record, index">
|
<template v-for="slotName of scopedSlotsKeys" :slot="slotName" slot-scope="text, record, index">
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:canSelect="false"
|
:canSelect="false"
|
||||||
|
:scroll="{ y: 900 }"
|
||||||
>
|
>
|
||||||
<template slot="space" slot-scope="{ text }">
|
<template slot="space" slot-scope="{ text }">
|
||||||
<div class="space">
|
<div class="space">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user