
--- client/views/pages/adm/departmentManagement/DepartmentManagement.vue
+++ client/views/pages/adm/departmentManagement/DepartmentManagement.vue
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 |
<template v-if="pageAuth.mdfcnAuthrt == 'Y'"> |
30 | 30 |
<button class="btn top sm secondary" @click="topAdd">TOP+</button> |
31 | 31 |
<button class="btn top sm secondary" @click="subAdd">SUB+</button> |
32 |
- <button class="btn save sm" @click="fnListUpdate">메뉴 저장</button> |
|
32 |
+ <button class="btn save sm" @click="fnListUpdate">저장</button> |
|
33 | 33 |
</template> |
34 | 34 |
</div> |
35 | 35 |
</div> |
--- client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
+++ client/views/pages/adm/preferences/commonCodeManagement/CommonCodeManagement.vue
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 |
SUB+ |
22 | 22 |
</button> |
23 | 23 |
<button class="btn save sm" @click="fnListUpdate"> |
24 |
- 메뉴 저장 |
|
24 |
+ 저장 |
|
25 | 25 |
</button> |
26 | 26 |
</template> |
27 | 27 |
</div> |
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?