

231121 김성훈 기술문서 배포일자로 변경
@34345d2d421d1ae82adddd51656f68d2e3fcc33a
--- client/views/pages/admin/technology/TechSelectList.vue
+++ client/views/pages/admin/technology/TechSelectList.vue
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 |
<th style="width:13%">카테고리</th> |
65 | 65 |
<th style="width:52%">제목</th> |
66 | 66 |
<th style="width:10%">작성자</th> |
67 |
- <th style="width:10%">작성일자</th> |
|
67 |
+ <th style="width:10%">배포일자</th> |
|
68 | 68 |
<th style="width:10%">조회수</th> |
69 | 69 |
</tr> |
70 | 70 |
</thead> |
... | ... | @@ -80,7 +80,7 @@ |
80 | 80 |
<p class="board-title">{{ item.post_title }}</p> |
81 | 81 |
</td> |
82 | 82 |
<td>{{ item.rgtr_id }}</td> |
83 |
- <td>{{ yyyymmdd(item.reg_dt) }}</td> |
|
83 |
+ <td>{{ item.tech_doc_dt }}</td> |
|
84 | 84 |
<td>{{ item.view_cnt }}</td> |
85 | 85 |
</tr> |
86 | 86 |
<tr v-if="postListCount == 0"> |
... | ... | @@ -115,13 +115,13 @@ |
115 | 115 |
searchText: null, |
116 | 116 |
bbs_id: '3', |
117 | 117 |
ctgry_nm: null, |
118 |
- sort: 'dt' |
|
118 |
+ sort: 'doc_dt' |
|
119 | 119 |
}, |
120 | 120 |
postList: [], |
121 | 121 |
postListCount: 0, |
122 | 122 |
postIdx: 0, |
123 | 123 |
// 최신순 조회순 |
124 |
- sorts: [ { name: '최신순', value: 'dt'}, |
|
124 |
+ sorts: [ { name: '최신순', value: 'doc_dt'}, |
|
125 | 125 |
{ name: '조회수순', value: 'view'}], |
126 | 126 |
activeIndex: 0, |
127 | 127 |
|
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 |
const vm = this; |
145 | 145 |
|
146 | 146 |
axios({ |
147 |
- url: '/post/postSelectList.json', |
|
147 |
+ url: '/post/newsSelectList.json', |
|
148 | 148 |
method: 'post', |
149 | 149 |
hearder: { |
150 | 150 |
'Content-Type': "application/json; charset=UTF-8", |
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 |
</span> |
56 | 56 |
</p> |
57 | 57 |
<div class="flex"> |
58 |
- <p class="date">{{ yyyymmdd(item.reg_dt) }}</p> |
|
58 |
+ <p class="date">{{ item.tech_doc_dt }}</p> |
|
59 | 59 |
<p>조회수 <span>{{ item.view_cnt }}</span></p> |
60 | 60 |
</div> |
61 | 61 |
</div> |
... | ... | @@ -277,13 +277,13 @@ |
277 | 277 |
searchType: null, |
278 | 278 |
searchText: null, |
279 | 279 |
bbs_id: '3', |
280 |
- sort: 'dt' |
|
280 |
+ sort: 'doc_dt' |
|
281 | 281 |
}, |
282 | 282 |
postList: [], |
283 | 283 |
postListCount: 0, |
284 | 284 |
postIdx: 0, |
285 | 285 |
// 최신순 조회순 |
286 |
- sorts: [{ name: '최신순', value: 'dt' }, |
|
286 |
+ sorts: [{ name: '최신순', value: 'doc_dt' }, |
|
287 | 287 |
{ name: '조회수순', value: 'view' }], |
288 | 288 |
activeIndex: 0, |
289 | 289 |
option: [ |
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?