Commit b43c396b authored by hujun's avatar hujun

/100

parent 34df3da1
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
[%= it[item]["rent_price"] / 100 %] // [%= it[item]["rent_price"] / 100 %] //
[% } %] [% } %]
</td> </td>
<td>[%=it[item]["slotting_fee"] %]</td> <td>[%=it[item]["slotting_fee"]/100 %]</td>
<td> <td>
[% if(it[item]["shop_type"] == 0) { %] [% if(it[item]["shop_type"] == 0) { %]
[%= it[item]["shop_area_start"] + '-' + it[item]["shop_area_end"] %] [%= it[item]["shop_area_start"] + '-' + it[item]["shop_area_end"] %]
......
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