Merge branch 'master-dev' into feature-Beta-dev-renpy

This commit is contained in:
任珮宇 2024-02-05 09:31:56 +08:00
commit 3bc23ba09c

View File

@ -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">