<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList[0].ShopNum}}</div>
<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList!=null&&subItem.ShopDetailsList.length>0?subItem.ShopDetailsList[0].ShopNum:""}}</div>
<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList[0].EnterTimeStr}}</div>
<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList!=null&&subItem.ShopDetailsList.length>0?subItem.ShopDetailsList[0].EnterTimeStr:""}}</div>
<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList[0].EnterNum}}</div>
<divv-for="subItem in item.CommonReport.PriceShopList">{{subItem.ShopDetailsList!=null&&subItem.ShopDetailsList.length>0?subItem.ShopDetailsList[0].EnterNum:""}}</div>