吉安感知网项目-前端
chenyao
2026-01-28 d4b80c98fb7c910c5047c42b5c0d4af152fd9d12
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>