Parcourir la source

reactor:通话记录调整;

zhangchong il y a 11 mois
Parent
commit
28e949ddde
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>