Browse Source

Merge branch 'master' into dev

zhangchong 11 months ago
parent
commit
d24fa06d79
1 changed files with 1 additions and 1 deletions
  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>