huangbin 4 tahun lalu
induk
melakukan
79f2c4a51e

+ 3 - 3
src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_order_summary/index.vue

@@ -13,12 +13,12 @@
              rowKey="key"
              :data-source="tableList">
       <!-- 额外的展开行 -->
-      <template #expandedRowRender="{ record }" >
+      <template #expandedRowRender="{ record }">
         <BtnList :btnList="btnList"
                  class="btn-list-sticky"
                  :record="record"
-                 @click="openComponent" 
-                 v-if="record.enalbeqty > 0"/>
+                 @click="openComponent"
+                 v-if="record.enalbeqty > 0" />
       </template>
     </a-table>
     <component :is="componentId"

+ 1 - 1
src/views/order/spot_warran/components/spot_warrant_spot_details/index.vue

@@ -18,7 +18,7 @@
                  :record="record"
                  class="btn-list-sticky"
                  @click="openComponent"
-                 v-if="record.enalbeqty > 0" />
+                 v-if="record.enableqty > 0" />
       </template>
     </a-table>
     <component :is="componentId"