Parcourir la source

Col width set on Weeklist Com

master
JannekeDL il y a 5 ans
Parent
révision
eaf649a4ac

+ 8
- 8
src/components/timeshare/buy/weekListComponent.vue Voir le fichier

@@ -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

+ 1
- 4
src/components/timeshare/searchTimeshare.vue Voir le fichier

@@ -34,10 +34,7 @@
34 34
             </span>
35 35
           </div>
36 36
           <select class="form-control" name="resort" id="resort" v-model="filter.resort">
37
-            <option v-for="(item, i) in filteredResorts" :key="i" :value="item">
38
-              {
39
-              {item.resortName}}
40
-            </option>
37
+            <option v-for="(item, i) in filteredResorts" :key="i" :value="item">{{item.resortName}}</option>
41 38
           </select>
42 39
           <div class="input-group-append" @click="clearFilter('resort')">
43 40
             <span class="input-group-text cursor-pointer" style="color: #60CBEB">

Chargement…
Annuler
Enregistrer