
--- client/views/pages/admin/databook/DataSelectList.vue
+++ client/views/pages/admin/databook/DataSelectList.vue
... | ... | @@ -108,7 +108,7 @@ |
108 | 108 |
</div> |
109 | 109 |
<div class="bottom-wrap"> |
110 | 110 |
<PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
111 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
111 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
112 | 112 |
</div> |
113 | 113 |
</div> |
114 | 114 |
</div> |
--- client/views/pages/admin/mail/MailSelectList.vue
+++ client/views/pages/admin/mail/MailSelectList.vue
... | ... | @@ -58,8 +58,8 @@ |
58 | 58 |
</div> |
59 | 59 |
</div> |
60 | 60 |
<div class="bottom-wrap"> |
61 |
- <PaginationButton v-model:currentPage="mailListSearch.currentPage" :perpage="mailListSearch.perPage" |
|
62 |
- :total-count="mailListCount" :max-range="5" :click="mailSelectList" /> |
|
61 |
+ <PaginationButton v-model:currentPage="mailListSearch.currentPage" :perPage="mailListSearch.perPage" |
|
62 |
+ :totalCount="mailListCount" :maxRange="5" :click="mailSelectList" /> |
|
63 | 63 |
</div> |
64 | 64 |
</div> |
65 | 65 |
</div> |
--- client/views/pages/admin/news/NewsSelectList.vue
+++ client/views/pages/admin/news/NewsSelectList.vue
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 |
</div> |
58 | 58 |
<div class="bottom-wrap"> |
59 | 59 |
<PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
60 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
60 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
61 | 61 |
</div> |
62 | 62 |
</div> |
63 | 63 |
</div> |
--- client/views/pages/admin/notice/NoticeSelectList.vue
+++ client/views/pages/admin/notice/NoticeSelectList.vue
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 |
</div> |
76 | 76 |
<div class="bottom-wrap"> |
77 | 77 |
<PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
78 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
78 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
79 | 79 |
</div> |
80 | 80 |
</div> |
81 | 81 |
</div> |
--- client/views/pages/admin/popup/PopupSelectList.vue
+++ client/views/pages/admin/popup/PopupSelectList.vue
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 |
<td><button class="blue-btn" @click.stop="popupUpdatePage(item)">수정</button><button class="red-btn" @click.stop="popupDelete(item)">삭제</button></td> |
68 | 68 |
</tr> |
69 | 69 |
<tr v-if="popupListCount == 0"> |
70 |
- <td style="font-size: 20px;" colspan="5">검색조건에 해당하는 데이터가 없습니다.</td> |
|
70 |
+ <td style="font-size: 20px;" colspan="7">검색조건에 해당하는 데이터가 없습니다.</td> |
|
71 | 71 |
</tr> |
72 | 72 |
</tbody> |
73 | 73 |
</table> |
... | ... | @@ -76,8 +76,8 @@ |
76 | 76 |
</div> |
77 | 77 |
</div> |
78 | 78 |
<div class="bottom-wrap"> |
79 |
- <PaginationButton v-model:currentPage="popupListSearch.currentPage" :perpage="popupListSearch.perPage" |
|
80 |
- :total-count="popupListCount" :max-range="5" :click="popupSelectList" /> |
|
79 |
+ <PaginationButton v-model:currentPage="popupListSearch.currentPage" :perPage="popupListSearch.perPage" |
|
80 |
+ :totalCount="popupListCount" :maxRange="5" :click="popupSelectList" /> |
|
81 | 81 |
</div> |
82 | 82 |
</div> |
83 | 83 |
</div> |
--- client/views/pages/admin/statistics/CorporatePRCenter.vue
+++ client/views/pages/admin/statistics/CorporatePRCenter.vue
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 |
</div> |
61 | 61 |
<div class="bottom-wrap"> |
62 | 62 |
<PaginationButton v-model:currentPage="companyListSearch.currentPage" :perPage="companyListSearch.perPage" |
63 |
- :total-count="companyListByDateCount" :max-range="5" :click="dateCheck" /> |
|
63 |
+ :totalCount="companyListByDateCount" :maxRange="5" :click="dateCheck" /> |
|
64 | 64 |
</div> |
65 | 65 |
</div> |
66 | 66 |
</template> |
--- client/views/pages/admin/statistics/MatchingStatistics.vue
+++ client/views/pages/admin/statistics/MatchingStatistics.vue
... | ... | @@ -80,7 +80,7 @@ |
80 | 80 |
</div> |
81 | 81 |
<div class="bottom-wrap"> |
82 | 82 |
<PaginationButton v-model:currentPage="listSearch.currentPage" :perPage="listSearch.perPage" |
83 |
- :total-count="companySelectListCount" :max-range="5" :click="listDateCheck" /> |
|
83 |
+ :totalCount="companySelectListCount" :maxRange="5" :click="listDateCheck" /> |
|
84 | 84 |
</div> |
85 | 85 |
</div> |
86 | 86 |
</div> |
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 |
</div> |
151 | 151 |
<div class="bottom-wrap"> |
152 | 152 |
<PaginationButton v-model:currentPage="listSearch.currentPage" :perPage="listSearch.perPage" |
153 |
- :total-count="companySelectListCount" :max-range="5" :click="detailDateCheck" /> |
|
153 |
+ :totalCount="companySelectListCount" :maxRange="5" :click="detailDateCheck" /> |
|
154 | 154 |
</div> |
155 | 155 |
</div> |
156 | 156 |
</div> |
--- client/views/pages/admin/statistics/MenuStatistics.vue
+++ client/views/pages/admin/statistics/MenuStatistics.vue
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 |
</div> |
122 | 122 |
<div class="bottom-wrap"> |
123 | 123 |
<PaginationButton v-model:currentPage="logListSearch.currentPage" :perPage="logListSearch.perPage" |
124 |
- :total-count="logListByDateCount" :max-range="5" :click="dateCheck" /> |
|
124 |
+ :totalCount="logListByDateCount" :maxRange="5" :click="dateCheck" /> |
|
125 | 125 |
</div> |
126 | 126 |
</div> |
127 | 127 |
</template> |
--- client/views/pages/admin/statistics/Visit.vue
+++ client/views/pages/admin/statistics/Visit.vue
... | ... | @@ -63,8 +63,8 @@ |
63 | 63 |
</table> |
64 | 64 |
</div> |
65 | 65 |
<div class="bottom-wrap"> |
66 |
- <PaginationButton v-model:currentPage="visitListSearch.currentPage" :perpage="visitListSearch.perPage" |
|
67 |
- :total-count="visitListCount" :max-range="5" :click="visitSelectListCheck" /> |
|
66 |
+ <PaginationButton v-model:currentPage="visitListSearch.currentPage" :perPage="visitListSearch.perPage" |
|
67 |
+ :totalCount="visitListCount" :maxRange="5" :click="visitSelectListCheck" /> |
|
68 | 68 |
</div> |
69 | 69 |
</div> |
70 | 70 |
</template> |
--- client/views/pages/admin/technology/TechSelectList.vue
+++ client/views/pages/admin/technology/TechSelectList.vue
... | ... | @@ -92,8 +92,8 @@ |
92 | 92 |
<button class="blue-btn" @click="postInsertPage()">글쓰기</button> |
93 | 93 |
</div> |
94 | 94 |
<div class="bottom-wrap"> |
95 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
96 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
95 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
96 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
97 | 97 |
</div> |
98 | 98 |
</div> |
99 | 99 |
</div> |
--- client/views/pages/admin/user/UserSelectList.vue
+++ client/views/pages/admin/user/UserSelectList.vue
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 |
</table> |
41 | 41 |
<div class="flex-center"> |
42 | 42 |
<PaginationButton v-if="userListCount > 0" v-model:currentPage="userListSearch.currentPage" |
43 |
- :per-page="userListSearch.perPage" :total-count="userListCount" :max-range="5" |
|
43 |
+ :perPage="userListSearch.perPage" :totalCount="userListCount" :maxRange="5" |
|
44 | 44 |
:click="userSelectList" /> |
45 | 45 |
</div> |
46 | 46 |
</div> |
--- client/views/pages/admin/wgcommunity/WgSelectList.vue
+++ client/views/pages/admin/wgcommunity/WgSelectList.vue
... | ... | @@ -100,8 +100,8 @@ |
100 | 100 |
<button class="blue-btn" @click="postInsertPage()">글쓰기</button> |
101 | 101 |
</div> |
102 | 102 |
<div class="bottom-wrap"> |
103 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
104 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
103 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
104 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
105 | 105 |
</div> |
106 | 106 |
</div> |
107 | 107 |
</div> |
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
... | ... | @@ -116,8 +116,8 @@ |
116 | 116 |
</div> |
117 | 117 |
</div> |
118 | 118 |
<div class="bottom-wrap"> |
119 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
120 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
119 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
120 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
121 | 121 |
</div> |
122 | 122 |
</div> |
123 | 123 |
</div> |
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -256,8 +256,8 @@ |
256 | 256 |
</li> |
257 | 257 |
</ul> |
258 | 258 |
<div class="bottom-wrap"> |
259 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
260 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
259 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
260 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
261 | 261 |
</div> |
262 | 262 |
</div> |
263 | 263 |
</div> |
--- client/views/pages/user/community/News.vue
+++ client/views/pages/user/community/News.vue
... | ... | @@ -53,8 +53,8 @@ |
53 | 53 |
</ul> |
54 | 54 |
</div> |
55 | 55 |
<div class="bottom-wrap"> |
56 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
57 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
56 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
57 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
58 | 58 |
</div> |
59 | 59 |
<div v-show="isModalOpen" class="modal"> |
60 | 60 |
<div class="modal-content"> |
--- client/views/pages/user/community/Notice.vue
+++ client/views/pages/user/community/Notice.vue
... | ... | @@ -68,8 +68,8 @@ |
68 | 68 |
</div> |
69 | 69 |
</div> |
70 | 70 |
<div class="bottom-wrap"> |
71 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
72 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
71 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
72 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
73 | 73 |
</div> |
74 | 74 |
</div> |
75 | 75 |
</div> |
--- client/views/pages/user/community/Wgcommunity.vue
+++ client/views/pages/user/community/Wgcommunity.vue
... | ... | @@ -108,8 +108,8 @@ |
108 | 108 |
</table> |
109 | 109 |
</div> |
110 | 110 |
<div class="bottom-wrap"> |
111 |
- <PaginationButton v-model:currentPage="postListSearch.currentPage" :perpage="postListSearch.perPage" |
|
112 |
- :total-count="postListCount" :max-range="5" :click="postSelectList" /> |
|
111 |
+ <PaginationButton v-model:currentPage="postListSearch.currentPage" :perPage="postListSearch.perPage" |
|
112 |
+ :totalCount="postListCount" :maxRange="5" :click="postSelectList" /> |
|
113 | 113 |
</div> |
114 | 114 |
</div> |
115 | 115 |
</div> |
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?