liushengqiang 1 سال پیش
والد
کامیت
712e9d64b8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/collection-record/index.tsx

+ 1 - 1
src/views/collection-record/index.tsx

@@ -23,7 +23,7 @@ export default defineComponent({
             </Tab>
             <Tab name="2" title="已领取">
               <div class={styles.wrap}>
-                <List orderStatus="PAID" onRefund={() => data.refundIndex = data.refundIndex + 1} />
+                <List orderStatus="PAID,REFUNDED" onRefund={() => data.refundIndex = data.refundIndex + 1} />
               </div>
             </Tab>
             <Tab name="3" title="已关闭">