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>