
+++ client/resources/jpg/service.png
Binary file is not shown |
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -47,6 +47,9 @@ |
47 | 47 |
<div v-if="item.ctgry_nm === 'tech'"> |
48 | 48 |
<img src="../../../../resources/jpg/tech.png" alt=""> |
49 | 49 |
</div> |
50 |
+ <div v-if="item.ctgry_nm === 'service'"> |
|
51 |
+ <img src="../../../../resources/jpg/service.png" alt=""> |
|
52 |
+ </div> |
|
50 | 53 |
<div> |
51 | 54 |
<p class="keyword-zone" v-if="item.tech_doc_keyword"> |
52 | 55 |
<span v-for="(keyword, keywordIndex) in item.tech_doc_keyword.split(',')" |
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?