吉安感知网项目-前端
张含笑
2026-04-15 e09bb968da667bafd3a7b29fd21449edd2d84b9b
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/FormDiaLog.vue
@@ -172,8 +172,14 @@
                              :key="item.id"
                              :label="item.flyerName"
                              :value="item.flyerName"
                           />
                        </el-select>
                           >
                              <template #default>
                              <!-- 匹配区域=1 显示红星号 -->
                              <span v-if="item.areaMatchFlag === 1" style="color: #f56c6c; margin-right: 4px;">*</span>
                              <span>{{ item.flyerName }}</span>
                              </template>
                           </el-option>
                           </el-select>
                     </template>
                  </el-table-column>
                  <el-table-column prop="deviceId" min-width="120">
@@ -386,8 +392,8 @@
      size: 999,
      current: 1,
      skilledTaskType,
      longitude: obj.longitude || '',
      latitude: obj.latitude || '',
      // longitude: obj.longitude || '',
      // latitude: obj.latitude || '',
   })
   flyerListMap.value[index] = res?.data?.data?.records ?? []
}