Browse Source

Merge branch 'master' into dev

zhangchong 11 tháng trước cách đây
mục cha
commit
d24fa06d79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/statistics/order/detailDispatch.vue

+ 1 - 1
src/views/statistics/order/detailDispatch.vue

@@ -20,7 +20,7 @@
         </template>
         <!-- 表格操作 -->
         <template #operation="{ row }">
-          <order-detail :order="row.order" @updateList="queryList" />
+          <order-detail :order="row" @updateList="queryList" />
         </template>
       </ProTable>
     </el-card>