--- client/views/pages/adm/statistics/Discussionstatistics.vue
+++ client/views/pages/adm/statistics/Discussionstatistics.vue
... | ... | @@ -4,14 +4,7 @@ |
4 | 4 |
<p>상담 통계</p> |
5 | 5 |
</div> |
6 | 6 |
<div class="flex justify-between aling-center no-gutters mb30"> |
7 |
- <div class="gd-6 flex justify-start align-center"> |
|
8 |
- <div class="gd-3 pl0" style="height: 100%"> |
|
9 |
- <input type="date" class="full-input" v-model="search.startDt" :max="search.endDt" /> |
|
10 |
- </div> |
|
11 |
- <div>-</div> |
|
12 |
- <div class="gd-3 pl0" style="height: 100%"> |
|
13 |
- <input type="date" class="full-input" v-model="search.endDt" :min="search.startDt" :max="today" /> |
|
14 |
- </div> |
|
7 |
+ <div class="gd-7 flex justify-start align-center"> |
|
15 | 8 |
<div class="gd-3 pl0" style="height: 100%"> |
16 | 9 |
<select name="" id="" class="full-select" v-model="search.searchCtgry"> |
17 | 10 |
<option value=""> 전체 </option> |
... | ... | @@ -19,7 +12,14 @@ |
19 | 12 |
}} </option> |
20 | 13 |
</select> |
21 | 14 |
</div> |
22 |
- <div class="gd-2 pl0"> |
|
15 |
+ <div class="gd-3 pl0 pr0" style="height: 100%"> |
|
16 |
+ <input type="date" class="full-input" v-model="search.startDt" :max="search.endDt" /> |
|
17 |
+ </div> |
|
18 |
+ <div class="pd10">-</div> |
|
19 |
+ <div class="gd-3 pl0 pr0" style="height: 100%"> |
|
20 |
+ <input type="date" class="full-input" v-model="search.endDt" :min="search.startDt" :max="today" /> |
|
21 |
+ </div> |
|
22 |
+ <div class="gd-2"> |
|
23 | 23 |
<button class="large-btn blue-border-btn" @click="axiosSelectList"> |
24 | 24 |
조회 |
25 | 25 |
</button> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?