|
@@ -12,7 +12,8 @@
|
|
|
rowKey="key"
|
|
rowKey="key"
|
|
|
:expandedRowKeys="expandedRowKeys"
|
|
:expandedRowKeys="expandedRowKeys"
|
|
|
:customRow="Rowclick"
|
|
:customRow="Rowclick"
|
|
|
- :data-source="tableList">
|
|
|
|
|
|
|
+ :data-source="tableList"
|
|
|
|
|
+ :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 119px)' }">
|
|
|
<!-- 额外的展开行 -->
|
|
<!-- 额外的展开行 -->
|
|
|
<template #expandedRowRender="{ }">
|
|
<template #expandedRowRender="{ }">
|
|
|
<BtnList :btnList="forDataBtn" />
|
|
<BtnList :btnList="forDataBtn" />
|