|
@@ -4,15 +4,15 @@
|
4
|
4
|
<table class="table table-bordered">
|
5
|
5
|
<thead>
|
6
|
6
|
<tr>
|
7
|
|
- <th>Region</th>
|
|
7
|
+ <th>Province</th>
|
8
|
8
|
<th>Resort</th>
|
9
|
|
- <th>Unit Number</th>
|
10
|
|
- <th>Week Number</th>
|
11
|
|
- <th>Arrival Date</th>
|
12
|
|
- <th>Departure Date</th>
|
|
9
|
+ <th>Unit</th>
|
|
10
|
+ <th>Week</th>
|
|
11
|
+ <th>Arrival</th>
|
|
12
|
+ <th>Departure</th>
|
13
|
13
|
<th>Bedrooms</th>
|
14
|
|
- <th>Price</th>
|
15
|
|
- <th>Status</th>
|
|
14
|
+ <th style="width:15%">Price</th>
|
|
15
|
+ <!-- <th>Status</th> -->
|
16
|
16
|
<th>Interested</th>
|
17
|
17
|
</tr>
|
18
|
18
|
</thead>
|
|
@@ -26,7 +26,7 @@
|
26
|
26
|
<td>{{item.departureDate | toDate}}</td>
|
27
|
27
|
<td>{{item.bedrooms}}</td>
|
28
|
28
|
<td>{{item.sellPrice | toCurrency}}</td>
|
29
|
|
- <td>{{item.status ? item.status.description : ''}}</td>
|
|
29
|
+ <!-- <td>{{item.status ? item.status.description : ''}}</td> -->
|
30
|
30
|
<td>
|
31
|
31
|
<div class="col-md-12">
|
32
|
32
|
<button
|