|
|
@@ -15,7 +15,7 @@
|
|
|
<!-- 额外的展开行 -->
|
|
|
<template v-if="btnList.length"
|
|
|
#expandedRowRender="{ record }">
|
|
|
- <BtnList :btnList="btnList"
|
|
|
+ <BtnList :btnList="handleBtn(btnList, record)"
|
|
|
:record="record"
|
|
|
class="btn-list-sticky"
|
|
|
@click="openComponent" />
|
|
|
@@ -113,6 +113,7 @@ export default defineComponent({
|
|
|
getPaymentTypeName,
|
|
|
getPerformanceStatusName,
|
|
|
expandIcon,
|
|
|
+ handleBtn,
|
|
|
BuyOrSell,
|
|
|
};
|
|
|
},
|