([
const options = ref([
{
icon: 'mdi-lock-outline',
- label: 'เปลี่ยนรหัสผ่าน',
+ label: 'changePassword',
value: 'op1',
color: 'primary',
},
+ {
+ icon: 'mdi-signature-freehand',
+ label: 'signature',
+ value: 'signature',
+ color: 'primary',
+ },
]);
function setActive(button: NotificationButton) {
@@ -343,12 +352,21 @@ onMounted(async () => {
-
+ {
+ if (op.value === 'signature') {
+ canvasModal = true;
+ }
+ }
+ "
+ >
- {{ op.label }}
+ {{ $t(op.label) }}
@@ -376,7 +394,7 @@ onMounted(async () => {
style="color: var(--gray-6)"
@click="$q.dark.toggle()"
/>
-
+
{
+
+
+
+
+
+
+