|
@@ -16,7 +16,8 @@
|
|
|
:data-source="tableList">
|
|
:data-source="tableList">
|
|
|
<!-- 额外的展开行 -->
|
|
<!-- 额外的展开行 -->
|
|
|
<template #expandedRowRender="{ }">
|
|
<template #expandedRowRender="{ }">
|
|
|
- <BtnList :btnList="secondBtn" />
|
|
|
|
|
|
|
+ <BtnList :btnList="secondBtn"
|
|
|
|
|
+ @click="btnClick" />
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 协议类型-->
|
|
<!-- 协议类型-->
|
|
|
<template #agreementtype="{ record }">
|
|
<template #agreementtype="{ record }">
|