吉安感知网项目-前端
张含笑
2026-01-28 bed023eede3ceb53995d85d7daa9b6c748deeb97
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -46,7 +46,11 @@
                  </el-col>
                  <el-col :span="12">
                     <div class="label">巡查任务航线</div>
                     <div class="val">{{ getAirName(formData.patrolRouteUrl) }}</div>
                     <div class="val val-long">
                        <el-tooltip :content="getAirName(formData.patrolRouteUrl)" placement="top">
                           {{ getAirName(formData.patrolRouteUrl) }}
                        </el-tooltip>
                     </div>
                  </el-col>
                  <el-col :span="12">
                     <div class="label">推荐飞手</div>
@@ -507,4 +511,10 @@
</script>
<style lang="scss" scoped>
.val-long {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   cursor: pointer;
}
</style>