吉安感知网项目-前端
罗广辉
2026-01-26 f2dcdb896b009f9674ba719f7b935dd6871eebea
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -45,7 +45,7 @@
                  </el-col>
                  <el-col :span="12">
                     <div class="label">巡查任务航线</div>
                     <div class="val">{{ getRouteName(formData.patrolRouteUrl) }}</div>
                     <div class="val">{{ getAirName(formData.patrolRouteUrl) }}</div>
                  </el-col>
                  <el-col :span="12">
                     <div class="label">推荐飞手</div>
@@ -277,11 +277,8 @@
const flyerList = ref([])
const deviceList = ref([])
const workOrderList = ref([])
const routeOptions = ref([
   { name: '航线1', id: '1' },
   { name: '航线2', id: '2' },
   { name: '航线3', id: '3' },
])
const routeOptions = inject('routeOptions')
const getAirName = inject('getAirName')
const gdStatusObj = {
   '0': { reason: '拒绝原因', operationType: '2' },