Commit d86e5a36 authored by liudong1993's avatar liudong1993

1

parent 4b9c7dfe
......@@ -88,7 +88,7 @@
<template slot-scope="scope">
<template v-if="scope.row.HotelList&&scope.row.HotelList.length>0">
<template v-for="(subItem,subIndex) in scope.row.HotelList">
<span :key="subIndex+40000"> {{subItem.UseDay}}
<span :key="subIndex+40000">{{subItem.UseDay}} [{{subItem.DayNum}}]
<template v-if="subItem.SubList&&subItem.SubList.length>0">
<template v-for="(childItem) in subItem.SubList">
{{childItem.NewHotelName}}】 【{{childItem.SupplierName==''?"未设置供应商":childItem.SupplierName}}
......
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