소스 검색

time share admin

master
30117125 4 년 전
부모
커밋
d38bc58f18
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/components/admin/status/editTimeShareAdminPage.vue
  2. 1
    0
      src/components/admin/status/timeshareAdminPage.vue

+ 3
- 1
src/components/admin/status/editTimeShareAdminPage.vue 파일 보기

@@ -19,7 +19,9 @@
19 19
               <div class="form-row">
20 20
                 <div class="form-group col-md-6">
21 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 25
                   </div>
24 26
                   <float-label label="REGION" fixed>
25 27
                     <select

+ 1
- 0
src/components/admin/status/timeshareAdminPage.vue 파일 보기

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

Loading…
취소
저장