Commit e2538127 authored by youjie's avatar youjie

no message

parent 0bcb8ad3
...@@ -129,16 +129,16 @@ ...@@ -129,16 +129,16 @@
</template> </template>
</div> </div>
<div class="Hotel_kong Com_hoteldiv Hq_duoge" <div class="Hotel_kong Com_hoteldiv Hq_duoge"
@click="GotoUrl(scope.row,index,scope.row.subList[index].UseInventory)"> @click="GotoUrl(scope.row,index,item.UseInventory)">
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}} {{item.Inventory}}/{{item.UseInventory}}/{{item.RemainingInventory}}
</div> </div>
<div class="Hotel_kong Com_hoteldiv"> <div class="Hotel_kong Com_hoteldiv">
{{scope.row.subList[index].ConfirmNum}}/{{scope.row.subList[index].ReserveNum}} {{item.ConfirmNum}}/{{item.ReserveNum}}
</div> </div>
<div class="Hotel_kong Com_hoteldiv"> <div class="Hotel_kong Com_hoteldiv">
<span v-if="scope.row.subList[index].UseInventory-scope.row.subList[index].Inventory>0" <span v-if="item.UseInventory-item.Inventory>0"
style="color:red;"> style="color:red;">
{{scope.row.subList[index].UseInventory-scope.row.subList[index].Inventory}} {{item.UseInventory-item.Inventory}}
</span> </span>
</div> </div>
</template> </template>
......
...@@ -141,12 +141,12 @@ ...@@ -141,12 +141,12 @@
</template> </template>
</div> </div>
<div class="Hotel_kong Com_hoteldiv"> <div class="Hotel_kong Com_hoteldiv">
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}} {{item.Inventory}}/{{item.UseInventory}}/{{item.RemainingInventory}}
</div> </div>
<div class="Hotel_kong Com_hoteldiv"> <div class="Hotel_kong Com_hoteldiv">
<span v-if="scope.row.subList[index].UseInventory-scope.row.subList[index].Inventory>0" <span v-if="item.subList[index].UseInventory-item.Inventory>0"
style="color:red;"> style="color:red;">
{{scope.row.subList[index].UseInventory-scope.row.subList[index].Inventory}} {{item.UseInventory-item.Inventory}}
</span> </span>
</div> </div>
</template> </template>
......
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