UI โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-13 18:05:54 +07:00
parent a14eca2d5b
commit e1825a22d7
2 changed files with 9 additions and 3 deletions

View file

@ -22,8 +22,14 @@ import { useCounterMixin } from "@/stores/mixin";
/** use*/
const $q = useQuasar();
const store = useOrganizational();
const { dialogRemove, showLoader, hideLoader, messageError, success } =
useCounterMixin();
const {
dialogRemove,
showLoader,
hideLoader,
messageError,
success,
date2Thai,
} = useCounterMixin();
/** props*/
const nodeTEST = defineModel<OrgTree[]>("nodeTree", { default: [] });

View file

@ -153,7 +153,7 @@ const breadcrumbsGen = () => {
</script>
<template>
<q-card flat bordered class="col-12 q-mt-sm">
<q-card flat bordered>
<div class="q-pa-sm row wrap items-center">
<q-btn flat round color="primary" @click="savePNG()" icon="mdi-image">
<q-tooltip> ดาวนโหลด PNG </q-tooltip>