

231106김하영 기업->기관
@9f082bc83837a94c6b1091a3ea6337fe3f915dad
--- client/views/pages/admin/user/UserSelectList.vue
+++ client/views/pages/admin/user/UserSelectList.vue
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 |
data() { |
135 | 135 |
return { |
136 | 136 |
currentTab: 0, |
137 |
- tabMenu: ['일반회원', '기관회원', '관리자'], |
|
137 |
+ tabMenu: ['일반회원', '기업회원', '관리자'], |
|
138 | 138 |
// 모달창 오픈 상태 |
139 | 139 |
isModalOpen: false, |
140 | 140 |
// 모달창 타입 |
--- client/views/pages/admin/user/UserSelectOne.vue
+++ client/views/pages/admin/user/UserSelectOne.vue
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 |
data() { |
26 | 26 |
return { |
27 | 27 |
currentTab: 0, |
28 |
- tabMenu: ['일반회원', '기관회원', '관리자'] |
|
28 |
+ tabMenu: ['일반회원', '기업회원', '관리자'] |
|
29 | 29 |
}; |
30 | 30 |
}, |
31 | 31 |
methods: {}, |
--- client/views/pages/user/join/Join.vue
+++ client/views/pages/user/join/Join.vue
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
<input type="radio" id="company" v-model="selectedMembership" value="company"> |
9 | 9 |
<label for="company" class="radio-t t1" |
10 | 10 |
:style="{ backgroundColor: selectedMembership === 'company' ? '#e2ecfc' : '#86868644' }"> |
11 |
- 기관회원 |
|
11 |
+ 기업회원 |
|
12 | 12 |
<img src="../../../../resources/jpg/join-bt2.png" alt=""> |
13 | 13 |
</label> |
14 | 14 |
|
... | ... | @@ -79,6 +79,17 @@ |
79 | 79 |
</div> |
80 | 80 |
<div class="join-sub-input"> |
81 | 81 |
<input type="text"> |
82 |
+ </div> |
|
83 |
+ <div class="join-keyword"> |
|
84 |
+ <button>#꼼꼼함</button> |
|
85 |
+ <button>#꼼꼼함</button> |
|
86 |
+ <button>#꼼꼼함</button> |
|
87 |
+ <button>#꼼꼼함</button> |
|
88 |
+ <button>#꼼꼼함</button> |
|
89 |
+ <button>#꼼꼼함</button> |
|
90 |
+ <button>#꼼꼼함</button> |
|
91 |
+ <button>#꼼꼼함</button> |
|
92 |
+ <button>#꼼꼼함</button> |
|
82 | 93 |
</div> |
83 | 94 |
</section> |
84 | 95 |
|
... | ... | @@ -207,7 +218,7 @@ |
207 | 218 |
<!-- <section class="join-sec2 joinsub"> |
208 | 219 |
|
209 | 220 |
<div class="join-sec-sub"> |
210 |
- <span>기관업체</span> |
|
221 |
+ <span>기업업체</span> |
|
211 | 222 |
</div> |
212 | 223 |
<div class="join-sub-input"> |
213 | 224 |
<input type="text"> |
... | ... | @@ -955,6 +966,10 @@ |
955 | 966 |
padding: 1rem; |
956 | 967 |
} |
957 | 968 |
|
969 |
+.join-keyword { |
|
970 |
+ grid-auto-columns: ; |
|
971 |
+} |
|
972 |
+ |
|
958 | 973 |
.join-sec1 button { |
959 | 974 |
font-size: 1.5rem; |
960 | 975 |
color: white; |
... | ... | @@ -1006,7 +1021,9 @@ |
1006 | 1021 |
|
1007 | 1022 |
} |
1008 | 1023 |
|
1009 |
-.join-sec2 .login-info-grid-3 { |
|
1024 |
+ |
|
1025 |
+ |
|
1026 |
+.login-info-grid-3 { |
|
1010 | 1027 |
width: 100%; |
1011 | 1028 |
height: 100%; |
1012 | 1029 |
padding: 1rem 0; |
--- client/views/pages/user/join/Joinsub.vue
+++ client/views/pages/user/join/Joinsub.vue
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 |
<section class="join-sec2 joinsub"> |
30 | 30 |
|
31 | 31 |
<div class="join-sec-sub"> |
32 |
- <span>기관업체</span> |
|
32 |
+ <span>기업업체</span> |
|
33 | 33 |
</div> |
34 | 34 |
<div class="join-sub-input"> |
35 | 35 |
<input type="text"> |
... | ... | @@ -185,7 +185,7 @@ |
185 | 185 |
<!-- <section class="join-sec2 joinsub"> |
186 | 186 |
|
187 | 187 |
<div class="join-sec-sub"> |
188 |
- <span>기관업체</span> |
|
188 |
+ <span>기업업체</span> |
|
189 | 189 |
</div> |
190 | 190 |
<div class="join-sub-input"> |
191 | 191 |
<input type="text"> |
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?