Commit fac7cde2 authored by Achilles's avatar Achilles

fixed passenger flow volume

parent 361b7933
......@@ -15,13 +15,13 @@
<linear orientation="h" class="row price-wrapper">
<label class="lbl">客单价:</label>
<label id="lblPrice" class="value">0</label>
<label id="lblPrice" class="value"></label>
<label class="unit">元/人</label>
</linear>
<linear orientation="h" class="row flow-wrapper">
<label class="lbl">客流:</label>
<label id="lblPassengerFlow" class="value">0</label>
<label id="lblPassengerFlow" class="value"></label>
<label class="unit"></label>
</linear>
......@@ -32,7 +32,7 @@
<linear orientation="h" class="row sale-amount-wrapper">
<label class="lbl floor-ctr">销售额:</label>
<label id="lblSaleAmount" class="value floor-ctr">0</label>
<label id="lblSaleAmount" class="value floor-ctr"></label>
<label class="unit floor-ctr"></label>
</linear>
......
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