|
@@ -15,8 +15,10 @@
|
|
|
:data-source="tableList"
|
|
:data-source="tableList"
|
|
|
:scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 163px)' }">
|
|
:scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 163px)' }">
|
|
|
<!-- 额外的展开行 -->
|
|
<!-- 额外的展开行 -->
|
|
|
|
|
+ <!-- 额外的展开行 -->
|
|
|
<template #expandedRowRender="{ record }">
|
|
<template #expandedRowRender="{ record }">
|
|
|
<BtnList :btnList="secondBtn"
|
|
<BtnList :btnList="secondBtn"
|
|
|
|
|
+ class="btn-list-sticky"
|
|
|
:record="record"
|
|
:record="record"
|
|
|
@click="openComponent" />
|
|
@click="openComponent" />
|
|
|
</template>
|
|
</template>
|