ソースを参照

time share admin

master
30117125 4年前
コミット
d38bc58f18

+ 3
- 1
src/components/admin/status/editTimeShareAdminPage.vue ファイルの表示

19
               <div class="form-row">
19
               <div class="form-row">
20
                 <div class="form-group col-md-6">
20
                 <div class="form-group col-md-6">
21
                   <div class="input-group">
21
                   <div class="input-group">
22
-                    <label class="uniSelectLabel" for="weekInfoRegionSelect">REGION</label>
22
+                    <label v-if="!selectedRegion" class="uniSelectLabel" for="weekInfoRegionSelect"
23
+                      >REGION</label
24
+                    >
23
                   </div>
25
                   </div>
24
                   <float-label label="REGION" fixed>
26
                   <float-label label="REGION" fixed>
25
                     <select
27
                     <select

+ 1
- 0
src/components/admin/status/timeshareAdminPage.vue ファイルの表示

66
             :deleteable="true"
66
             :deleteable="true"
67
             :showCustomAction="true"
67
             :showCustomAction="true"
68
             :CustomActionHeading="'Publish'"
68
             :CustomActionHeading="'Publish'"
69
+            :showColumnChooser="false"
69
             :displayColumns="columns"
70
             :displayColumns="columns"
70
             @onRowClick="onRowClick"
71
             @onRowClick="onRowClick"
71
             @onClearSelected="onClearSelected"
72
             @onClearSelected="onClearSelected"

読み込み中…
キャンセル
保存