Commit a380fcba authored by 黄奎's avatar 黄奎

11

parent 3c7708d5
......@@ -635,8 +635,8 @@
<div class="FlightDiv-TCL" slot="reference">
<template v-if="item.UseFlightType == 0">
<template v-for="(nItem,newIndex) in item.newFlightList">
<div v-for="(subItem) in nItem.flightList" slot="reference"
:key="`d_`+index+`f_`+newIndex+`_`+subItem.ID" class="TCL-flighInfoList">
<div v-for="(subItem,subIndex) in nItem.flightList" slot="reference"
:key="`d_`+index+`_f_`+newIndex+`_s_`+subIndex+`_`+subItem.ID" class="TCL-flighInfoList">
<span class="travelnowrap">
<span class="TCL-FlightNumber">{{
subItem.Flight_number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment