polarvo-layout 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -43,6 +43,15 @@
|
|
|
43
43
|
<font-awesome-icon :icon="['fas', 'shield-halved']" class="text-xl"/>
|
|
44
44
|
<div class="text-xs text-center col-span-1 w-max">정책설정</div>
|
|
45
45
|
</div>
|
|
46
|
+
<div
|
|
47
|
+
class="icon-wrapper text-2xl text-gray-400 p-2"
|
|
48
|
+
title="인쇄설정"
|
|
49
|
+
:class="{ active: activeMenu === 'printList' }"
|
|
50
|
+
@click="polarvo.display.setActiveMenu('printList')"
|
|
51
|
+
>
|
|
52
|
+
<font-awesome-icon :icon="['fas', 'print']" class="text-xl"/>
|
|
53
|
+
<div class="text-xs text-center col-span-1 w-max">인쇄설정</div>
|
|
54
|
+
</div>
|
|
46
55
|
</div>
|
|
47
56
|
<div id="divider" class="h-px bg-gray-200 w-8"></div>
|
|
48
57
|
<div class="icon-group">
|