
--- client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
+++ client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 |
del, |
106 | 106 |
updateListProc, |
107 | 107 |
} from "../../../../../resources/api/codeManage"; |
108 |
-import { mdiFileCode } from "@mdi/js"; |
|
108 |
+ |
|
109 | 109 |
export default { |
110 | 110 |
components: { |
111 | 111 |
draggable: draggable, |
... | ... | @@ -117,7 +117,7 @@ |
117 | 117 |
pageAuth: JSON.parse(localStorage.getItem("vuex")).pageAuth, |
118 | 118 |
|
119 | 119 |
codeList: [], // 코드 목록 |
120 |
- iconPath: mdiFileCode, |
|
120 |
+ iconPath: 'ico_folder_3d', |
|
121 | 121 |
selectedCd: null, // 선택된 코드 |
122 | 122 |
newCode: {}, // 신규 코드 등록 |
123 | 123 |
viewCode: {}, // 사용자에게 보여질 코드 |
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?