
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -352,7 +352,7 @@ |
352 | 352 |
} |
353 | 353 |
|
354 | 354 |
.tbl-wrap{ |
355 |
- height: 100%; |
|
355 |
+ // height: 100%; |
|
356 | 356 |
|
357 | 357 |
&.overflow-y{ |
358 | 358 |
overflow-y: auto; |
... | ... | @@ -367,3 +367,7 @@ |
367 | 367 |
border-right:0; |
368 | 368 |
} |
369 | 369 |
} |
370 |
+ |
|
371 |
+.mb30{ |
|
372 |
+ margin-bottom: 3rem; |
|
373 |
+} |
--- client/views/component/userInfo/UserInfoInsert.vue
+++ client/views/component/userInfo/UserInfoInsert.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>{{pageTit}}</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -306,7 +306,7 @@ |
306 | 306 |
defaultUserInfoParams, |
307 | 307 |
} from "../../../resources/js/defaultUserInfoParams"; |
308 | 308 |
import validateParams from "../../../resources/js/validateParams"; |
309 |
-import PagiNavigationBar from "../paginavigationbar/PagiNavigationBar.vue"; |
|
309 |
+ |
|
310 | 310 |
|
311 | 311 |
// COMPONENT |
312 | 312 |
import UserAuthorList from "./UserAuthorList.vue"; |
... | ... | @@ -320,7 +320,7 @@ |
320 | 320 |
|
321 | 321 |
export default { |
322 | 322 |
mixins: [validateParams], |
323 |
- components: { UserAuthorList,PagiNavigationBar }, |
|
323 |
+ components: { UserAuthorList }, |
|
324 | 324 |
props: { |
325 | 325 |
pageId: { |
326 | 326 |
type: String, |
--- client/views/component/userInfo/UserInfoView.vue
+++ client/views/component/userInfo/UserInfoView.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>{{pageTit}}</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -263,14 +263,14 @@ |
263 | 263 |
|
264 | 264 |
// COMPONENT |
265 | 265 |
import UserAuthorList from "./UserAuthorList.vue"; |
266 |
-import PagiNavigationBar from "../paginavigationbar/PagiNavigationBar.vue"; |
|
266 |
+ |
|
267 | 267 |
|
268 | 268 |
// API |
269 | 269 |
import { mbrDetailProc } from "../../../resources/api/mbrInfo"; |
270 | 270 |
import { mbrDeleteProc } from "../../../resources/api/mbrInfo"; |
271 | 271 |
|
272 | 272 |
export default { |
273 |
- components: { UserAuthorList,PagiNavigationBar }, |
|
273 |
+ components: { UserAuthorList }, |
|
274 | 274 |
props: { |
275 | 275 |
pageId: { |
276 | 276 |
type: String, |
--- client/views/pages/adm/boardManagement/boardManagement/BoardManagementInsert.vue
+++ client/views/pages/adm/boardManagement/boardManagement/BoardManagementInsert.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>게시판 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
--- client/views/pages/adm/boardManagement/boardManagement/BoardManagementSelectList.vue
+++ client/views/pages/adm/boardManagement/boardManagement/BoardManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>게시판 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar "> |
12 | 12 |
<select name="selectType" id="selectType" class="form-select sm" v-model="search.searchType"> |
--- client/views/pages/adm/boardManagement/boardManagement/BoardManagementSelectListOne.vue
+++ client/views/pages/adm/boardManagement/boardManagement/BoardManagementSelectListOne.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>게시판 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box mb30"> |
12 | 12 |
<div class="form-box-title"> |
--- client/views/pages/adm/boardManagement/wordsManagement/WordsManagementSelectList.vue
+++ client/views/pages/adm/boardManagement/wordsManagement/WordsManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>금지어 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<select class="form-select sm"> |
--- client/views/pages/adm/departmentManagement/DepartmentManagement.vue
+++ client/views/pages/adm/departmentManagement/DepartmentManagement.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 |
<div class="page-title"> |
6 | 6 |
<p>부서관리</p> |
7 | 7 |
</div> |
8 |
- <PagiNavigationBar /> |
|
8 |
+ |
|
9 | 9 |
</div> |
10 | 10 |
<div class="setting-box"> |
11 | 11 |
<div class="node-zone"> |
--- client/views/pages/adm/log/LoginLog.vue
+++ client/views/pages/adm/log/LoginLog.vue
... | ... | @@ -1,80 +1,73 @@ |
1 | 1 |
<template> |
2 |
- <div class="content"> |
|
3 |
- <div class="admin-page-title point-font2 mb30"> |
|
4 |
- <p>로그인 이력</p> |
|
5 |
- </div> |
|
6 |
- <div class="search-bar mb15"> |
|
7 |
- <div class="flex justify-end align-center no-gutters"> |
|
8 |
- <div class="gd-3 flex justify-end align-center"> |
|
9 |
- <div class="gd-5 pl0"> |
|
10 |
- <VueDatePicker |
|
11 |
- time-picker-inline |
|
12 |
- placeholder="시작일" |
|
13 |
- locale="ko" |
|
14 |
- v-model="search['startDt']" |
|
15 |
- /> |
|
2 |
+ <div class="content-zone"> |
|
3 |
+ <div class="content"> |
|
4 |
+ <div class="scroll"> |
|
5 |
+ <div class="title-zone"> |
|
6 |
+ <div class="page-title"> |
|
7 |
+ <p>로그인 이력</p> |
|
16 | 8 |
</div> |
17 |
- <div class="pd10">-</div> |
|
18 |
- <div class="gd-5"> |
|
19 |
- <VueDatePicker |
|
20 |
- time-picker-inline |
|
21 |
- placeholder="종료일" |
|
22 |
- locale="ko" |
|
23 |
- v-model="search['endDt']" |
|
24 |
- /> |
|
25 |
- </div> |
|
9 |
+ |
|
26 | 10 |
</div> |
27 |
- <div class="gd-4 mr10"> |
|
28 |
- <div class="border"> |
|
29 |
- <select |
|
30 |
- name="selectType" |
|
31 |
- id="selectType" |
|
32 |
- class="border-none gd-2" |
|
33 |
- v-model="search['searchType']" |
|
11 |
+ <div class="search-bar"> |
|
12 |
+ <VueDatePicker |
|
13 |
+ time-picker-inline |
|
14 |
+ placeholder="시작일" |
|
15 |
+ locale="ko" |
|
16 |
+ v-model="search['startDt']" |
|
17 |
+ /> |
|
18 |
+ <div class="pd10">-</div> |
|
19 |
+ <VueDatePicker |
|
20 |
+ time-picker-inline |
|
21 |
+ placeholder="종료일" |
|
22 |
+ locale="ko" |
|
23 |
+ v-model="search['endDt']" |
|
24 |
+ /> |
|
25 |
+ <select |
|
26 |
+ name="selectType" |
|
27 |
+ id="selectType" |
|
28 |
+ class="form-select sm" |
|
29 |
+ v-model="search['searchType']" |
|
30 |
+ > |
|
31 |
+ <option value="">전체</option> |
|
32 |
+ <option |
|
33 |
+ v-for="(item, idx) in codeList" |
|
34 |
+ :key="idx" |
|
35 |
+ :value="item.cd" |
|
34 | 36 |
> |
35 |
- <option value="">전체</option> |
|
36 |
- <option |
|
37 |
- v-for="(item, idx) in codeList" |
|
38 |
- :key="idx" |
|
39 |
- :value="item.cd" |
|
40 |
- > |
|
41 |
- {{ item.cdNm }} |
|
42 |
- </option> |
|
43 |
- </select> |
|
44 |
- <input |
|
45 |
- type="text" |
|
46 |
- class="full-input border-none gd-10 condition-input" |
|
47 |
- v-model="search['searchText']" |
|
48 |
- v-on:keyup.enter="fnViewList" |
|
49 |
- placeholder="검색명을 입력하세요" |
|
50 |
- /> |
|
51 |
- </div> |
|
52 |
- </div> |
|
53 |
- <div class="gd-1"> |
|
54 |
- <button class="large-btn blue-border-btn" @click="fnViewList"> |
|
37 |
+ {{ item.cdNm }} |
|
38 |
+ </option> |
|
39 |
+ </select> |
|
40 |
+ <input |
|
41 |
+ type="text" |
|
42 |
+ class="form-control sm" |
|
43 |
+ v-model="search['searchText']" |
|
44 |
+ v-on:keyup.enter="fnViewList" |
|
45 |
+ placeholder="검색명을 입력하세요" |
|
46 |
+ /> |
|
47 |
+ <button class="btn sm ico-before ico-sch" @click="fnViewList"> |
|
55 | 48 |
검색 |
56 | 49 |
</button> |
57 | 50 |
</div> |
51 |
+ <div class="tbl-wrap"> |
|
52 |
+ <ListTable |
|
53 |
+ :colgroup="colgroup" |
|
54 |
+ :thead="thead" |
|
55 |
+ :tbody="tbody" |
|
56 |
+ :className="'data'" |
|
57 |
+ /> |
|
58 |
+ </div> |
|
58 | 59 |
</div> |
59 | 60 |
</div> |
60 |
- <div class="table-zone"> |
|
61 |
- <ListTable |
|
62 |
- :colgroup="colgroup" |
|
63 |
- :thead="thead" |
|
64 |
- :tbody="tbody" |
|
65 |
- :className="'admin-list'" |
|
66 |
- /> |
|
67 |
- </div> |
|
68 |
- <div class="flex justify-center align-center no-gutters"> |
|
69 |
- <div class="gd-10"> |
|
70 |
- <PaginationButton |
|
71 |
- :className="'admin-pagination'" |
|
72 |
- v-model:currentPage="search['currentPage']" |
|
73 |
- :pagination="search" |
|
74 |
- :click="fnViewList" |
|
75 |
- /> |
|
76 |
- </div> |
|
77 |
- </div> |
|
61 |
+ </div> |
|
62 |
+ <div class="btn-wrap list"> |
|
63 |
+ <div></div> |
|
64 |
+ <PaginationButton |
|
65 |
+ :className="'admin-pagination'" |
|
66 |
+ v-model:currentPage="search['currentPage']" |
|
67 |
+ :pagination="search" |
|
68 |
+ :click="fnViewList" |
|
69 |
+ /> |
|
70 |
+ <div></div> |
|
78 | 71 |
</div> |
79 | 72 |
</template> |
80 | 73 |
|
--- client/views/pages/adm/log/PersonalDataLog.vue
+++ client/views/pages/adm/log/PersonalDataLog.vue
... | ... | @@ -1,35 +1,26 @@ |
1 | 1 |
<template> |
2 |
- <div class="content"> |
|
2 |
+ <div class="content-zone"> |
|
3 | 3 |
<div class="admin-page-title point-font2 mb30"> |
4 | 4 |
<p>개인정보 조회 이력</p> |
5 | 5 |
</div> |
6 |
- <div class="search-bar mb15"> |
|
7 |
- <div class="flex justify-end align-center no-gutters"> |
|
8 |
- <div class="gd-3 flex justify-end align-center"> |
|
9 |
- <div class="gd-5 pl0"> |
|
6 |
+ <div class="search-bar"> |
|
10 | 7 |
<VueDatePicker |
11 | 8 |
time-picker-inline |
12 | 9 |
placeholder="시작일" |
13 | 10 |
locale="ko" |
14 | 11 |
v-model="search['startDt']" |
15 | 12 |
/> |
16 |
- </div> |
|
17 |
- <div class="pd10">-</div> |
|
18 |
- <div class="gd-5"> |
|
13 |
+ <div>-</div> |
|
19 | 14 |
<VueDatePicker |
20 | 15 |
time-picker-inline |
21 | 16 |
placeholder="종료일" |
22 | 17 |
locale="ko" |
23 | 18 |
v-model="search['endDt']" |
24 | 19 |
/> |
25 |
- </div> |
|
26 |
- </div> |
|
27 |
- <div class="gd-4 mr10"> |
|
28 |
- <div class="border"> |
|
29 | 20 |
<select |
30 | 21 |
name="selectType" |
31 | 22 |
id="selectType" |
32 |
- class="border-none gd-2" |
|
23 |
+ class="form-select sm" |
|
33 | 24 |
v-model="search['searchType']" |
34 | 25 |
> |
35 | 26 |
<option value="">전체</option> |
... | ... | @@ -43,53 +34,52 @@ |
43 | 34 |
</select> |
44 | 35 |
<input |
45 | 36 |
type="text" |
46 |
- class="full-input border-none gd-10 condition-input" |
|
37 |
+ class="form-control sm" |
|
47 | 38 |
v-model="search['searchText']" |
48 | 39 |
v-on:keyup.enter="fnViewList" |
49 | 40 |
placeholder="검색명을 입력하세요" |
50 | 41 |
/> |
51 |
- </div> |
|
52 |
- </div> |
|
53 |
- <div class="gd-1"> |
|
54 | 42 |
<button class="large-btn blue-border-btn" @click="fnViewList"> |
55 | 43 |
검색 |
56 | 44 |
</button> |
57 |
- </div> |
|
58 |
- </div> |
|
59 | 45 |
</div> |
60 |
- <div class="table-zone"> |
|
46 |
+ <div class="tbl-wrap"> |
|
61 | 47 |
<ListTable |
62 | 48 |
:colgroup="colgroup" |
63 | 49 |
:thead="thead" |
64 | 50 |
:tbody="tbody" |
65 |
- :className="'admin-list'" |
|
51 |
+ :className="'data cursor'" |
|
66 | 52 |
@listClick="fnViewDetail" |
67 | 53 |
/> |
68 | 54 |
</div> |
69 |
- <div class="flex justify-center align-center no-gutters"> |
|
70 |
- <div class="gd-10"> |
|
71 |
- <PaginationButton |
|
72 |
- :className="'admin-pagination'" |
|
73 |
- v-model:currentPage="search['currentPage']" |
|
74 |
- :pagination="search" |
|
75 |
- :click="fnViewList" |
|
76 |
- /> |
|
77 |
- </div> |
|
78 |
- </div> |
|
79 |
- <!-- 개인 정보 조회 사유 모달 --> |
|
80 |
- <Modal :showModal="isOpen"> |
|
81 |
- <template v-slot:header> |
|
82 |
- <div class="modal-title"> |
|
83 |
- <p>개인 정보 조회 사유</p> |
|
84 |
- </div> |
|
85 |
- <button class="close-btn" @click="fnModalClose">X</button> |
|
86 |
- </template> |
|
87 |
- <div> |
|
88 |
- <textarea v-model="prvcInqHstry['inqRsn']" disabled></textarea> |
|
89 |
- </div> |
|
90 |
- <template v-slot:footer></template> |
|
91 |
- </Modal> |
|
92 | 55 |
</div> |
56 |
+ <div class="btn-wrap list"> |
|
57 |
+ <div></div> |
|
58 |
+ <PaginationButton |
|
59 |
+ :className="'admin-pagination'" |
|
60 |
+ v-model:currentPage="search['currentPage']" |
|
61 |
+ :pagination="search" |
|
62 |
+ :click="fnViewList" |
|
63 |
+ /> |
|
64 |
+ <div></div> |
|
65 |
+ </div> |
|
66 |
+ <!-- 개인 정보 조회 사유 모달 --> |
|
67 |
+ <Modal :showModal="isOpen"> |
|
68 |
+ <template v-slot:header> |
|
69 |
+ <div class="modal-title"> |
|
70 |
+ <p>개인 정보 조회 사유</p> |
|
71 |
+ </div> |
|
72 |
+ <button class="btn-close" @click="fnModalClose"></button> |
|
73 |
+ </template> |
|
74 |
+ <div> |
|
75 |
+ <textarea v-model="prvcInqHstry['inqRsn']" disabled class="form-control"></textarea> |
|
76 |
+ </div> |
|
77 |
+ <template v-slot:footer> |
|
78 |
+ <button class="btn sm tertiary" @click="fnModalClose"> |
|
79 |
+ 확인 |
|
80 |
+ </button> |
|
81 |
+ </template> |
|
82 |
+ </Modal> |
|
93 | 83 |
</template> |
94 | 84 |
|
95 | 85 |
<script> |
--- client/views/pages/adm/member/adminManagement/AdminManagementSelectList.vue
+++ client/views/pages/adm/member/adminManagement/AdminManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>관리자 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<select class="form-select sm" v-model="search['searchType']"> |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 |
// COMPONENT |
73 | 73 |
import ListTable from "../../../../component/table/ListTable.vue"; |
74 | 74 |
import PaginationButton from "../../../../component/pagination/PaginationButton.vue"; |
75 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
75 |
+ |
|
76 | 76 |
|
77 | 77 |
// RESOURCES |
78 | 78 |
import queryParams from "../../../../../resources/js/queryParams"; |
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 |
components: { |
88 | 88 |
ListTable: ListTable, |
89 | 89 |
PaginationButton: PaginationButton, |
90 |
- PagiNavigationBar: PagiNavigationBar |
|
90 |
+ |
|
91 | 91 |
}, |
92 | 92 |
data() { |
93 | 93 |
return { |
--- client/views/pages/adm/member/userManagement/UserManagementSelectList.vue
+++ client/views/pages/adm/member/userManagement/UserManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>일반회원 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<select class="form-select sm" v-model="search['searchType']"> |
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 |
import Modal from "../../../../component/modal/Modal.vue"; |
96 | 96 |
import ListTable from "../../../../component/table/ListTable.vue"; |
97 | 97 |
import PaginationButton from "../../../../component/pagination/PaginationButton.vue"; |
98 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
98 |
+ |
|
99 | 99 |
|
100 | 100 |
// RESOURCES |
101 | 101 |
import queryParams from "../../../../../resources/js/queryParams"; |
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 |
Modal: Modal, |
112 | 112 |
ListTable: ListTable, |
113 | 113 |
PaginationButton: PaginationButton, |
114 |
- PagiNavigationBar: PagiNavigationBar |
|
114 |
+ |
|
115 | 115 |
}, |
116 | 116 |
data() { |
117 | 117 |
return { |
--- client/views/pages/adm/popup/PopupManagementInsert.vue
+++ client/views/pages/adm/popup/PopupManagementInsert.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>팝업 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
--- client/views/pages/adm/popup/PopupManagementSelectList.vue
+++ client/views/pages/adm/popup/PopupManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>팝업 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<select class="form-select sm" v-model="search['searchType']"> |
--- client/views/pages/adm/popup/PopupManagementSelectListOne.vue
+++ client/views/pages/adm/popup/PopupManagementSelectListOne.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>팝업 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
--- client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
+++ client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 |
<div class="page-title"> |
6 | 6 |
<p>공통코드관리</p> |
7 | 7 |
</div> |
8 |
- <PagiNavigationBar /> |
|
8 |
+ |
|
9 | 9 |
</div> |
10 | 10 |
<div class="setting-box"> |
11 | 11 |
<div class="node-zone"> |
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 |
<script> |
103 | 103 |
import draggable from "vuedraggable"; |
104 | 104 |
import Hierachy from "../../../../component/hierachy/HierachyDraggable.vue"; |
105 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
105 |
+ |
|
106 | 106 |
import { |
107 | 107 |
findAll, |
108 | 108 |
findByCd, |
... | ... | @@ -116,7 +116,6 @@ |
116 | 116 |
components: { |
117 | 117 |
draggable: draggable, |
118 | 118 |
Hierachy: Hierachy, |
119 |
- PagiNavigationBar: PagiNavigationBar, |
|
120 | 119 |
}, |
121 | 120 |
data() { |
122 | 121 |
return { |
--- client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementInsert.vue
+++ client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementInsert.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>콘텐츠 유형 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -114,12 +114,11 @@ |
114 | 114 |
import { findByContsType } from "../../../../../resources/api/contsType"; |
115 | 115 |
import { updateProc } from "../../../../../resources/api/contsType"; |
116 | 116 |
import validationParams from "../../../../../resources/js/validateParams"; |
117 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
117 |
+ |
|
118 | 118 |
|
119 | 119 |
export default { |
120 | 120 |
mixins: [validationParams], |
121 | 121 |
components: { |
122 |
- PagiNavigationBar: PagiNavigationBar, |
|
123 | 122 |
}, |
124 | 123 |
data() { |
125 | 124 |
return { |
--- client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementSelectList.vue
+++ client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>콘텐츠 유형 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<input |
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 |
import { toRaw } from "vue"; |
57 | 57 |
import queryParams from "../../../../../resources/js/queryParams"; |
58 | 58 |
import { defaultSearchParams } from "../../../../../resources/js/defaultSearchParams"; |
59 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
59 |
+ |
|
60 | 60 |
|
61 | 61 |
// API |
62 | 62 |
import { findAll } from "../../../../../resources/api/contsType"; |
... | ... | @@ -66,7 +66,6 @@ |
66 | 66 |
components: { |
67 | 67 |
ListTable: ListTable, |
68 | 68 |
PaginationButton: PaginationButton, |
69 |
- PagiNavigationBar: PagiNavigationBar, |
|
70 | 69 |
}, |
71 | 70 |
data() { |
72 | 71 |
return { |
--- client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementSelectListOne.vue
+++ client/views/pages/adm/preferences/contentTypeManagement/ContentTypeManagementSelectListOne.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>콘텐츠 유형 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 |
findByContsType, |
122 | 122 |
deleteProc, |
123 | 123 |
} from "../../../../../resources/api/contsType"; |
124 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
124 |
+ |
|
125 | 125 |
|
126 | 126 |
export default { |
127 | 127 |
data() { |
... | ... | @@ -133,7 +133,6 @@ |
133 | 133 |
}; |
134 | 134 |
}, |
135 | 135 |
components: { |
136 |
- PagiNavigationBar: PagiNavigationBar, |
|
137 | 136 |
}, |
138 | 137 |
created() { |
139 | 138 |
this.fnViewDetail(); |
--- client/views/pages/adm/statistics/BbsStatistics.vue
+++ client/views/pages/adm/statistics/BbsStatistics.vue
... | ... | @@ -1,92 +1,89 @@ |
1 | 1 |
<template> |
2 |
- <div class="content admin-style overflow-y"> |
|
3 |
- <div class="admin-page-title point-font2 mb30"> |
|
4 |
- <p>게시판 접속 통계</p> |
|
5 |
- </div> |
|
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-4 pl0"> |
|
9 |
- <input |
|
10 |
- type="date" |
|
11 |
- class="full-input" |
|
12 |
- v-model="searchDate.startDt" |
|
13 |
- @change="validateDate($event, 'startDt')" |
|
14 |
- /> |
|
2 |
+ <div class="content-zone full-page"> |
|
3 |
+ <div class="content"> |
|
4 |
+ <div class="scroll"> |
|
5 |
+ <div class="title-zone"> |
|
6 |
+ <div class="page-title"> |
|
7 |
+ <p>게시판 접속 통계</p> |
|
8 |
+ </div> |
|
9 |
+ |
|
15 | 10 |
</div> |
16 |
- <div>-</div> |
|
17 |
- <div class="gd-4"> |
|
18 |
- <input |
|
19 |
- type="date" |
|
20 |
- class="full-input" |
|
21 |
- v-model="searchDate.endDt" |
|
22 |
- @change="validateDate($event, 'endDt')" |
|
23 |
- /> |
|
11 |
+ <div class="input-group mb30"> |
|
12 |
+ <input |
|
13 |
+ type="date" |
|
14 |
+ class="form-control sm datepicker" |
|
15 |
+ v-model="searchDate.startDt" |
|
16 |
+ @change="validateDate($event, 'startDt')" |
|
17 |
+ /> |
|
18 |
+ <div class="mark">-</div> |
|
19 |
+ <input |
|
20 |
+ type="date" |
|
21 |
+ class="form-control sm datepicker" |
|
22 |
+ v-model="searchDate.endDt" |
|
23 |
+ @change="validateDate($event, 'endDt')" |
|
24 |
+ /> |
|
25 |
+ <button class="btn sm primary" @click="axiosSelectList"> |
|
26 |
+ 조회 |
|
27 |
+ </button> |
|
28 |
+ <button |
|
29 |
+ class="large-btn green-border-btn" |
|
30 |
+ v-if="pageAuth.fileDwnldAuthrt == 'Y' && bbsCnt > 0" |
|
31 |
+ @click="fnDownload" |
|
32 |
+ > |
|
33 |
+ 다운로드 |
|
34 |
+ </button> |
|
24 | 35 |
</div> |
25 |
- <div class="gd-2"> |
|
26 |
- <button class="large-btn blue-border-btn" @click="axiosSelectList"> |
|
27 |
- 조회 |
|
28 |
- </button> |
|
36 |
+ <div class="chart-zone mb30" v-show="bbsCnt > 0"> |
|
37 |
+ <div class="chart-info"> |
|
38 |
+ <p class="detail-text"> |
|
39 |
+ 방문자 총 |
|
40 |
+ <span class="detail-bold blue">{{ totalCnt }}</span> |
|
41 |
+ 명 |
|
42 |
+ </p> |
|
43 |
+ </div> |
|
44 |
+ <div class="chart-wrap" ref="chartdiv" :style="heightStyle"> |
|
45 |
+ <ClusteredBarChart :chartData="chartData" columnX="menu" /> |
|
46 |
+ </div> |
|
47 |
+ </div> |
|
48 |
+ <div class="tbl-wrap"> |
|
49 |
+ <table class="tbl data mixing"> |
|
50 |
+ <colgroup> |
|
51 |
+ <col width="25%" /> |
|
52 |
+ <col width="25%" /> |
|
53 |
+ <col width="25%" /> |
|
54 |
+ <col width="25%" /> |
|
55 |
+ </colgroup> |
|
56 |
+ <thead> |
|
57 |
+ <tr> |
|
58 |
+ <th rowspan="2">구분</th> |
|
59 |
+ <th colspan="3">사용자 구분</th> |
|
60 |
+ </tr> |
|
61 |
+ <tr> |
|
62 |
+ <th class="text-ct">관리자</th> |
|
63 |
+ <th class="text-ct">사용자</th> |
|
64 |
+ <th class="text-ct">비로그인 사용자</th> |
|
65 |
+ </tr> |
|
66 |
+ </thead> |
|
67 |
+ <tbody> |
|
68 |
+ <template v-if="bbsCnt > 0"> |
|
69 |
+ <tr v-for="(tr, index) of chartData" :key="index"> |
|
70 |
+ <td class="text-ct">{{ tr.menu }}</td> |
|
71 |
+ <td class="text-rg">{{ tr["관리자"] }}</td> |
|
72 |
+ <td class="text-rg">{{ tr["사용자"] }}</td> |
|
73 |
+ <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
74 |
+ </tr> |
|
75 |
+ </template> |
|
76 |
+ <template v-else> |
|
77 |
+ <tr> |
|
78 |
+ <td colspan="4" class="text-ct"> |
|
79 |
+ 등록된 정보가 존재하지 않습니다. |
|
80 |
+ </td> |
|
81 |
+ </tr> |
|
82 |
+ </template> |
|
83 |
+ </tbody> |
|
84 |
+ </table> |
|
29 | 85 |
</div> |
30 | 86 |
</div> |
31 |
- <div class="gd-1"> |
|
32 |
- <button |
|
33 |
- class="large-btn green-border-btn" |
|
34 |
- v-if="pageAuth.fileDwnldAuthrt == 'Y' && bbsCnt > 0" |
|
35 |
- @click="fnDownload" |
|
36 |
- > |
|
37 |
- 다운로드 |
|
38 |
- </button> |
|
39 |
- </div> |
|
40 |
- </div> |
|
41 |
- <div class="chart-zone mb30" v-show="bbsCnt > 0"> |
|
42 |
- <div class="chart-info"> |
|
43 |
- <p class="detail-text"> |
|
44 |
- 방문자 총 |
|
45 |
- <span class="detail-bold blue">{{ totalCnt }}</span> |
|
46 |
- 명 |
|
47 |
- </p> |
|
48 |
- </div> |
|
49 |
- <div class="chart-wrap" ref="chartdiv" :style="heightStyle"> |
|
50 |
- <ClusteredBarChart :chartData="chartData" columnX="menu" /> |
|
51 |
- </div> |
|
52 |
- </div> |
|
53 |
- <div class="table-zone"> |
|
54 |
- <table class="list-table admin-list complex-table"> |
|
55 |
- <colgroup> |
|
56 |
- <col width="25%" /> |
|
57 |
- <col width="25%" /> |
|
58 |
- <col width="25%" /> |
|
59 |
- <col width="25%" /> |
|
60 |
- </colgroup> |
|
61 |
- <thead> |
|
62 |
- <tr> |
|
63 |
- <th rowspan="2">구분</th> |
|
64 |
- <th colspan="3">사용자 구분</th> |
|
65 |
- </tr> |
|
66 |
- <tr> |
|
67 |
- <th class="text-ct">관리자</th> |
|
68 |
- <th class="text-ct">사용자</th> |
|
69 |
- <th class="text-ct">비로그인 사용자</th> |
|
70 |
- </tr> |
|
71 |
- </thead> |
|
72 |
- <tbody> |
|
73 |
- <template v-if="bbsCnt > 0"> |
|
74 |
- <tr v-for="(tr, index) of chartData" :key="index"> |
|
75 |
- <td class="text-ct">{{ tr.menu }}</td> |
|
76 |
- <td class="text-rg">{{ tr["관리자"] }}</td> |
|
77 |
- <td class="text-rg">{{ tr["사용자"] }}</td> |
|
78 |
- <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
79 |
- </tr> |
|
80 |
- </template> |
|
81 |
- <template v-else> |
|
82 |
- <tr> |
|
83 |
- <td colspan="4" class="text-ct"> |
|
84 |
- 등록된 정보가 존재하지 않습니다. |
|
85 |
- </td> |
|
86 |
- </tr> |
|
87 |
- </template> |
|
88 |
- </tbody> |
|
89 |
- </table> |
|
90 | 87 |
</div> |
91 | 88 |
</div> |
92 | 89 |
</template> |
--- client/views/pages/adm/statistics/MenuStatistics.vue
+++ client/views/pages/adm/statistics/MenuStatistics.vue
... | ... | @@ -1,92 +1,89 @@ |
1 | 1 |
<template> |
2 |
- <div class="content admin-style overflow-y"> |
|
3 |
- <div class="admin-page-title point-font2 mb30"> |
|
4 |
- <p>메뉴별 접속 통계</p> |
|
5 |
- </div> |
|
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-4 pl0"> |
|
9 |
- <input |
|
10 |
- type="date" |
|
11 |
- class="full-input" |
|
12 |
- v-model="searchDate.startDt" |
|
13 |
- @change="validateDate($event, 'startDt')" |
|
14 |
- /> |
|
2 |
+ <div class="content-zone full-page"> |
|
3 |
+ <div class="content"> |
|
4 |
+ <div class="scroll"> |
|
5 |
+ <div class="title-zone"> |
|
6 |
+ <div class="page-title"> |
|
7 |
+ <p>메뉴별 접속 통계</p> |
|
8 |
+ </div> |
|
9 |
+ |
|
15 | 10 |
</div> |
16 |
- <div>-</div> |
|
17 |
- <div class="gd-4"> |
|
18 |
- <input |
|
19 |
- type="date" |
|
20 |
- class="full-input" |
|
21 |
- v-model="searchDate.endDt" |
|
22 |
- @change="validateDate($event, 'endDt')" |
|
23 |
- /> |
|
11 |
+ <div class="input-group mb30"> |
|
12 |
+ <input |
|
13 |
+ type="date" |
|
14 |
+ class="form-control sm" |
|
15 |
+ v-model="searchDate.startDt" |
|
16 |
+ @change="validateDate($event, 'startDt')" |
|
17 |
+ /> |
|
18 |
+ <div>-</div> |
|
19 |
+ <input |
|
20 |
+ type="date" |
|
21 |
+ class="form-control sm" |
|
22 |
+ v-model="searchDate.endDt" |
|
23 |
+ @change="validateDate($event, 'endDt')" |
|
24 |
+ /> |
|
25 |
+ <button class="btn sm primary" @click="axiosSelectList"> |
|
26 |
+ 조회 |
|
27 |
+ </button> |
|
28 |
+ <button |
|
29 |
+ class="large-btn green-border-btn" |
|
30 |
+ v-if="pageAuth.fileDwnldAuthrt == 'Y'" |
|
31 |
+ @click="fnDownload" |
|
32 |
+ > |
|
33 |
+ 다운로드 |
|
34 |
+ </button> |
|
24 | 35 |
</div> |
25 |
- <div class="gd-2"> |
|
26 |
- <button class="large-btn blue-border-btn" @click="axiosSelectList"> |
|
27 |
- 조회 |
|
28 |
- </button> |
|
36 |
+ <div class="chart-zone mb30" v-show="menuCnt > 0"> |
|
37 |
+ <div class="chart-info"> |
|
38 |
+ <p class="detail-text"> |
|
39 |
+ 방문자 총 |
|
40 |
+ <span class="detail-bold blue">{{ totalCnt }}</span> |
|
41 |
+ 명 |
|
42 |
+ </p> |
|
43 |
+ </div> |
|
44 |
+ <div class="chart-wrap" ref="chartdiv" :style="heightStyle"> |
|
45 |
+ <ClusteredBarChart :chartData="chartData" columnX="menu" /> |
|
46 |
+ </div> |
|
47 |
+ </div> |
|
48 |
+ <div class="tbl-wrap"> |
|
49 |
+ <table class="tbl data mixing"> |
|
50 |
+ <colgroup> |
|
51 |
+ <col width="25%" /> |
|
52 |
+ <col width="25%" /> |
|
53 |
+ <col width="25%" /> |
|
54 |
+ <col width="25%" /> |
|
55 |
+ </colgroup> |
|
56 |
+ <thead> |
|
57 |
+ <tr> |
|
58 |
+ <th rowspan="2">구분</th> |
|
59 |
+ <th colspan="3">사용자 구분</th> |
|
60 |
+ </tr> |
|
61 |
+ <tr> |
|
62 |
+ <th class="text-ct">관리자</th> |
|
63 |
+ <th class="text-ct">사용자</th> |
|
64 |
+ <th class="text-ct">비로그인 사용자</th> |
|
65 |
+ </tr> |
|
66 |
+ </thead> |
|
67 |
+ <tbody> |
|
68 |
+ <template v-if="menuCnt > 0"> |
|
69 |
+ <tr v-for="(tr, index) of chartData" :key="index"> |
|
70 |
+ <td class="text-ct">{{ tr.menu }}</td> |
|
71 |
+ <td class="text-rg">{{ tr["관리자"] }}</td> |
|
72 |
+ <td class="text-rg">{{ tr["사용자"] }}</td> |
|
73 |
+ <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
74 |
+ </tr> |
|
75 |
+ </template> |
|
76 |
+ <template v-else> |
|
77 |
+ <tr> |
|
78 |
+ <td colspan="4" class="text-ct"> |
|
79 |
+ 등록된 정보가 존재하지 않습니다. |
|
80 |
+ </td> |
|
81 |
+ </tr> |
|
82 |
+ </template> |
|
83 |
+ </tbody> |
|
84 |
+ </table> |
|
29 | 85 |
</div> |
30 | 86 |
</div> |
31 |
- <div class="gd-1"> |
|
32 |
- <button |
|
33 |
- class="large-btn green-border-btn" |
|
34 |
- v-if="pageAuth.fileDwnldAuthrt == 'Y'" |
|
35 |
- @click="fnDownload" |
|
36 |
- > |
|
37 |
- 다운로드 |
|
38 |
- </button> |
|
39 |
- </div> |
|
40 |
- </div> |
|
41 |
- <div class="chart-zone mb30" v-show="menuCnt > 0"> |
|
42 |
- <div class="chart-info"> |
|
43 |
- <p class="detail-text"> |
|
44 |
- 방문자 총 |
|
45 |
- <span class="detail-bold blue">{{ totalCnt }}</span> |
|
46 |
- 명 |
|
47 |
- </p> |
|
48 |
- </div> |
|
49 |
- <div class="chart-wrap" ref="chartdiv" :style="heightStyle"> |
|
50 |
- <ClusteredBarChart :chartData="chartData" columnX="menu" /> |
|
51 |
- </div> |
|
52 |
- </div> |
|
53 |
- <div class="table-zone"> |
|
54 |
- <table class="list-table admin-list complex-table"> |
|
55 |
- <colgroup> |
|
56 |
- <col width="25%" /> |
|
57 |
- <col width="25%" /> |
|
58 |
- <col width="25%" /> |
|
59 |
- <col width="25%" /> |
|
60 |
- </colgroup> |
|
61 |
- <thead> |
|
62 |
- <tr> |
|
63 |
- <th rowspan="2">구분</th> |
|
64 |
- <th colspan="3">사용자 구분</th> |
|
65 |
- </tr> |
|
66 |
- <tr> |
|
67 |
- <th class="text-ct">관리자</th> |
|
68 |
- <th class="text-ct">사용자</th> |
|
69 |
- <th class="text-ct">비로그인 사용자</th> |
|
70 |
- </tr> |
|
71 |
- </thead> |
|
72 |
- <tbody> |
|
73 |
- <template v-if="menuCnt > 0"> |
|
74 |
- <tr v-for="(tr, index) of chartData" :key="index"> |
|
75 |
- <td class="text-ct">{{ tr.menu }}</td> |
|
76 |
- <td class="text-rg">{{ tr["관리자"] }}</td> |
|
77 |
- <td class="text-rg">{{ tr["사용자"] }}</td> |
|
78 |
- <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
79 |
- </tr> |
|
80 |
- </template> |
|
81 |
- <template v-else> |
|
82 |
- <tr> |
|
83 |
- <td colspan="4" class="text-ct"> |
|
84 |
- 등록된 정보가 존재하지 않습니다. |
|
85 |
- </td> |
|
86 |
- </tr> |
|
87 |
- </template> |
|
88 |
- </tbody> |
|
89 |
- </table> |
|
90 | 87 |
</div> |
91 | 88 |
</div> |
92 | 89 |
</template> |
--- client/views/pages/adm/statistics/UserStatistics.vue
+++ client/views/pages/adm/statistics/UserStatistics.vue
... | ... | @@ -1,85 +1,87 @@ |
1 | 1 |
<template> |
2 |
- <div class="content admin-style overflow-y"> |
|
3 |
- <div class="admin-page-title point-font2 mb30"> |
|
4 |
- <p>사용자 접속 통계</p> |
|
5 |
- </div> |
|
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-4 pl0"> |
|
2 |
+ <div class="content-zone full-page"> |
|
3 |
+ <div class="content"> |
|
4 |
+ <div class="scroll"> |
|
5 |
+ <div class="title-zone"> |
|
6 |
+ <div class="page-title"> |
|
7 |
+ <p>사용자 접속 통계</p> |
|
8 |
+ </div> |
|
9 |
+ |
|
10 |
+ </div> |
|
11 |
+ <div class="input-group mb30"> |
|
9 | 12 |
<input |
10 | 13 |
type="date" |
11 |
- class="full-input" |
|
14 |
+ class="form-control sm" |
|
12 | 15 |
v-model="searchDate.startDt" |
13 | 16 |
@change="validateDate($event, 'startDt')" |
14 | 17 |
/> |
15 |
- </div> |
|
16 |
- <div>-</div> |
|
17 |
- <div class="gd-4"> |
|
18 |
+ <div class="mark">-</div> |
|
19 |
+ |
|
18 | 20 |
<input |
19 | 21 |
type="date" |
20 |
- class="full-input" |
|
22 |
+ class="form-control sm" |
|
21 | 23 |
v-model="searchDate.endDt" |
22 | 24 |
@change="validateDate($event, 'endDt')" |
23 | 25 |
/> |
24 |
- </div> |
|
25 |
- <div class="gd-2"> |
|
26 |
- <button class="large-btn blue-border-btn" @click="axiosSelectList"> |
|
26 |
+ |
|
27 |
+ |
|
28 |
+ <button class="btn sm primary" @click="axiosSelectList"> |
|
27 | 29 |
조회 |
28 | 30 |
</button> |
31 |
+ |
|
32 |
+ <button |
|
33 |
+ class="large-btn green-border-btn" |
|
34 |
+ v-if="pageAuth.fileDwnldAuthrt == 'Y'" |
|
35 |
+ @click="fnDownload" |
|
36 |
+ > |
|
37 |
+ 다운로드 |
|
38 |
+ </button> |
|
39 |
+ |
|
40 |
+ </div> |
|
41 |
+ <div class="chart-zone mb30"> |
|
42 |
+ <div class="chart-info"> |
|
43 |
+ <p class="detail-text"> |
|
44 |
+ 방문자 총 |
|
45 |
+ <span class="detail-bold blue">{{ totalCnt }}</span> |
|
46 |
+ 명 |
|
47 |
+ </p> |
|
48 |
+ </div> |
|
49 |
+ <div class="chart-wrap" ref="chartdiv"> |
|
50 |
+ <ClusteredColumnChart :chartData="chartData" columnX="date" /> |
|
51 |
+ </div> |
|
52 |
+ </div> |
|
53 |
+ <div class="tbl-wrap"> |
|
54 |
+ <table class="tbl data mixing"> |
|
55 |
+ <colgroup> |
|
56 |
+ <template v-for="(key, index) of chartData[0]" :key="index"> |
|
57 |
+ <col |
|
58 |
+ v-if="index > 1" |
|
59 |
+ :width="100 / chartData[0].length - 2 + '%'" |
|
60 |
+ /> |
|
61 |
+ </template> |
|
62 |
+ </colgroup> |
|
63 |
+ <thead> |
|
64 |
+ <tr> |
|
65 |
+ <th rowspan="2">구분</th> |
|
66 |
+ <th colspan="3">사용자 구분</th> |
|
67 |
+ </tr> |
|
68 |
+ <tr> |
|
69 |
+ <th class="text-ct">관리자</th> |
|
70 |
+ <th class="text-ct">사용자</th> |
|
71 |
+ <th class="text-ct">비로그인 사용자</th> |
|
72 |
+ </tr> |
|
73 |
+ </thead> |
|
74 |
+ <tbody> |
|
75 |
+ <tr v-for="(tr, index) of chartData" :key="index"> |
|
76 |
+ <td class="text-ct">{{ tr.date }}</td> |
|
77 |
+ <td class="text-rg">{{ tr["관리자"] }}</td> |
|
78 |
+ <td class="text-rg">{{ tr["사용자"] }}</td> |
|
79 |
+ <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
80 |
+ </tr> |
|
81 |
+ </tbody> |
|
82 |
+ </table> |
|
29 | 83 |
</div> |
30 | 84 |
</div> |
31 |
- <div class="gd-1"> |
|
32 |
- <button |
|
33 |
- class="large-btn green-border-btn" |
|
34 |
- v-if="pageAuth.fileDwnldAuthrt == 'Y'" |
|
35 |
- @click="fnDownload" |
|
36 |
- > |
|
37 |
- 다운로드 |
|
38 |
- </button> |
|
39 |
- </div> |
|
40 |
- </div> |
|
41 |
- <div class="chart-zone mb30"> |
|
42 |
- <div class="chart-info"> |
|
43 |
- <p class="detail-text"> |
|
44 |
- 방문자 총 |
|
45 |
- <span class="detail-bold blue">{{ totalCnt }}</span> |
|
46 |
- 명 |
|
47 |
- </p> |
|
48 |
- </div> |
|
49 |
- <div class="chart-wrap" ref="chartdiv"> |
|
50 |
- <ClusteredColumnChart :chartData="chartData" columnX="date" /> |
|
51 |
- </div> |
|
52 |
- </div> |
|
53 |
- <div class="table-zone"> |
|
54 |
- <table class="list-table admin-list complex-table"> |
|
55 |
- <colgroup> |
|
56 |
- <template v-for="(key, index) of chartData[0]" :key="index"> |
|
57 |
- <col |
|
58 |
- v-if="index > 1" |
|
59 |
- :width="100 / chartData[0].length - 2 + '%'" |
|
60 |
- /> |
|
61 |
- </template> |
|
62 |
- </colgroup> |
|
63 |
- <thead> |
|
64 |
- <tr> |
|
65 |
- <th rowspan="2">구분</th> |
|
66 |
- <th colspan="3">사용자 구분</th> |
|
67 |
- </tr> |
|
68 |
- <tr> |
|
69 |
- <th class="text-ct">관리자</th> |
|
70 |
- <th class="text-ct">사용자</th> |
|
71 |
- <th class="text-ct">비로그인 사용자</th> |
|
72 |
- </tr> |
|
73 |
- </thead> |
|
74 |
- <tbody> |
|
75 |
- <tr v-for="(tr, index) of chartData" :key="index"> |
|
76 |
- <td class="text-ct">{{ tr.date }}</td> |
|
77 |
- <td class="text-rg">{{ tr["관리자"] }}</td> |
|
78 |
- <td class="text-rg">{{ tr["사용자"] }}</td> |
|
79 |
- <td class="text-rg">{{ tr["비로그인 사용자"] }}</td> |
|
80 |
- </tr> |
|
81 |
- </tbody> |
|
82 |
- </table> |
|
83 | 85 |
</div> |
84 | 86 |
</div> |
85 | 87 |
</template> |
--- client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
+++ client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>로그인 정책 설정</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div open class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
--- client/views/pages/adm/system/contextPath/ContextPathSelectList.vue
+++ client/views/pages/adm/system/contextPath/ContextPathSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>컨텍스트 패스 관리</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar "> |
12 | 12 |
<input |
--- client/views/pages/adm/system/networkAccessControl/NetworkAccessControlInsert.vue
+++ client/views/pages/adm/system/networkAccessControl/NetworkAccessControlInsert.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>IP접근제어</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -48,11 +48,10 @@ |
48 | 48 |
|
49 | 49 |
<script> |
50 | 50 |
import { findByAcces, save, update } from '../../../../../resources/api/accesCtrl' |
51 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
51 |
+ |
|
52 | 52 |
|
53 | 53 |
export default { |
54 | 54 |
components: { |
55 |
- PagiNavigationBar: PagiNavigationBar, |
|
56 | 55 |
}, |
57 | 56 |
data() { |
58 | 57 |
return { |
--- client/views/pages/adm/system/networkAccessControl/NetworkAccessControlSelectList.vue
+++ client/views/pages/adm/system/networkAccessControl/NetworkAccessControlSelectList.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>IP접근제어</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div class="search-bar"> |
12 | 12 |
<select |
... | ... | @@ -72,14 +72,13 @@ |
72 | 72 |
import { toRaw } from "vue"; |
73 | 73 |
import queryParams from "../../../../../resources/js/queryParams"; |
74 | 74 |
import { defaultSearchParams } from "../../../../../resources/js/defaultSearchParams"; |
75 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
75 |
+ |
|
76 | 76 |
|
77 | 77 |
export default { |
78 | 78 |
mixins: [queryParams], |
79 | 79 |
components: { |
80 | 80 |
ListTable: ListTable, |
81 | 81 |
PaginationButton: PaginationButton, |
82 |
- PagiNavigationBar: PagiNavigationBar, |
|
83 | 82 |
}, |
84 | 83 |
data() { |
85 | 84 |
return { |
--- client/views/pages/adm/system/networkAccessControl/NetworkAccessControlSelectListOne.vue
+++ client/views/pages/adm/system/networkAccessControl/NetworkAccessControlSelectListOne.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
<div class="page-title"> |
7 | 7 |
<p>IP접근제어</p> |
8 | 8 |
</div> |
9 |
- <PagiNavigationBar /> |
|
9 |
+ |
|
10 | 10 |
</div> |
11 | 11 |
<div open class="form-box"> |
12 | 12 |
<div class="form-box-title"> |
... | ... | @@ -53,11 +53,10 @@ |
53 | 53 |
<script> |
54 | 54 |
import { findByAcces, del } from "../../../../../resources/api/accesCtrl"; |
55 | 55 |
import queryParams from "../../../../../resources/js/queryParams"; |
56 |
-import PagiNavigationBar from "../../../../component/paginavigationbar/PagiNavigationBar.vue"; |
|
56 |
+ |
|
57 | 57 |
export default { |
58 | 58 |
mixins: [queryParams], |
59 | 59 |
components: { |
60 |
- PagiNavigationBar: PagiNavigationBar, |
|
61 | 60 |
}, |
62 | 61 |
data() { |
63 | 62 |
return { |
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?