Merge branch 'master-dev' into feature-Beta-dev-renpy
This commit is contained in:
commit
3bc23ba09c
|
@ -11,6 +11,7 @@
|
||||||
:customRow="customRow"
|
:customRow="customRow"
|
||||||
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
|
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
|
||||||
@change="handleTableChange"
|
@change="handleTableChange"
|
||||||
|
:scroll="{ y: 186 }"
|
||||||
>
|
>
|
||||||
<!-- 处理 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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user