diff --git a/src/views/workorderMenu/abnormalWorkOrder/components/viewDialog.vue b/src/views/workorderMenu/abnormalWorkOrder/components/viewDialog.vue
new file mode 100644
index 0000000..e517ad0
--- /dev/null
+++ b/src/views/workorderMenu/abnormalWorkOrder/components/viewDialog.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+ 服务轨迹
+
+
+
+ {{ detail.checkInTime }}
+
+
+ {{ detail.checkInDistance }}
+
+
+
+ {{ detail.checkInAddress }}
+
+
+
+
+
+
+
+ {{ detail.checkOutTime }}
+
+
+ {{ detail.checkOutDistance }}
+
+
+
+ {{ detail.checkOutAddress }}
+
+
+
+
+
+
+
+ {{ detail.checkOutRemark || '无' }}
+
+
+
+ {{ detail.serviceDuration }}
+
+
+
+
+
+
+ 用户信息
+
+ {{ detail.orderNo }}
+ {{ detail.userName }}
+ {{ detail.gender }}
+ {{ detail.age }} 岁
+ {{ detail.phone }}
+ {{ detail.idCard }}
+
+ {{ detail.assessmentLevel || '未填写' }}
+
+
+
+
+
+
+ 任务信息
+
+ {{ detail.caregiver }}
+ {{ detail.careLevel || '未填写' }}
+ {{ detail.plannedTime }}
+
+ {{ detail.serviceAddress }}
+
+
+
+
+
+
+
+
+
+ 异常工单处理信息
+
+ {{ detail.exceptionStatus }}
+ {{ detail.exceptionReason || '无' }}
+ {{ detail.exceptionHandler || '无' }}
+ {{ detail.exceptionTime || '无' }}
+
+
+
+
+
+
+
\ No newline at end of file