
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
... | ... | @@ -109,13 +109,13 @@ |
109 | 109 |
perPage: 10, |
110 | 110 |
searchType: null, |
111 | 111 |
searchText: null, |
112 |
- ctgry_nm: 'policy', |
|
112 |
+ ctgry_nm: null, |
|
113 | 113 |
bbs_id: '0' |
114 | 114 |
}, |
115 | 115 |
postList: [], |
116 | 116 |
postListCount: 0, |
117 | 117 |
postIdx: 0, |
118 |
- categoryName: '정책자료', |
|
118 |
+ categoryName: '전체', |
|
119 | 119 |
|
120 | 120 |
|
121 | 121 |
// 자료실 버튼 |
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 |
{ |
127 | 127 |
name: '정책자료', content: '· 개발 지원 정책 문서', class: 'data-bos-btn1', |
128 | 128 |
content2: '· 개발 지원 정책 문서', defaultColor: '#a5abb4', |
129 |
- color: '#dfecfc', clicked: true, value: 'policy' |
|
129 |
+ color: '#dfecfc', clicked: false, value: 'policy' |
|
130 | 130 |
}, |
131 | 131 |
{ |
132 | 132 |
name: '연구자료', content: '서비스 모델, 프로토타입 연구·보고서 등', class: 'data-bos-btn2', |
--- client/views/pages/user/Data/DataOne.vue
+++ client/views/pages/user/Data/DataOne.vue
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 |
<tr> |
12 | 12 |
<td class="title-zone" colspan="2"> |
13 | 13 |
<p class="flex"><span class="post-title">{{ post.post_title }}</span><span |
14 |
- class="category-zone">카테고리란</span></p> |
|
14 |
+ class="category-zone">{{ post.ctgry_nm }}</span></p> |
|
15 | 15 |
<p class="flex-end"><span class="writer">작성자</span><span>{{ post.rgtr_id }}</span><span |
16 | 16 |
class="view">조회수</span><span>{{ post.view_cnt }}</span></p> |
17 | 17 |
</td> |
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?