Commit c4a67f77 authored by 黄奎's avatar 黄奎

1

parent 3f9e82bf
......@@ -76,7 +76,7 @@
<th>{{$t('hotel.table_hotelname')}}</th>
</tr>
<template v-for="(lItem,lIndex) in dataList">
<tr v-for="(subItem,subIndex) in lItem.HotelOrderList" :key="subIndex+lIndex">
<tr v-for="(subItem,subIndex) in lItem.HotelOrderList" :key="`s_`+subIndex+`l_`+lIndex">
<td style="width:120px;">
{{lItem.UseTimeStr}}
</td>
......
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