ソースを参照

fix: 字段错误

zh 2 年 前
コミット
96fb699c81
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/logisticsBill/reconciliation.vue

+ 1 - 1
src/views/logisticsBill/reconciliation.vue

@@ -9,7 +9,7 @@
   >
     <Popu v-if="visible">
       <el-page-header slot="head" content="对账" @back="handleClose" />
-      <ReconciliationDetail :order-code="orderCode" :detail="detail" param="merchan_check_code" @close="handleClose" />
+      <ReconciliationDetail :order-code="orderCode" :detail="detail" param="merchant_check_code" @close="handleClose" />
     </Popu>
   </template-page>
 </template>