huangbin 4 lat temu
rodzic
commit
1f1970bbd4

+ 2 - 1
src/views/order/performance_information/components/performance_information_sell_performance/index.vue

@@ -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,
         };
     },