UI โครงสร้างอัตรากำลัง
This commit is contained in:
parent
a14eca2d5b
commit
e1825a22d7
2 changed files with 9 additions and 3 deletions
|
|
@ -22,8 +22,14 @@ import { useCounterMixin } from "@/stores/mixin";
|
||||||
/** use*/
|
/** use*/
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
const store = useOrganizational();
|
const store = useOrganizational();
|
||||||
const { dialogRemove, showLoader, hideLoader, messageError, success } =
|
const {
|
||||||
useCounterMixin();
|
dialogRemove,
|
||||||
|
showLoader,
|
||||||
|
hideLoader,
|
||||||
|
messageError,
|
||||||
|
success,
|
||||||
|
date2Thai,
|
||||||
|
} = useCounterMixin();
|
||||||
|
|
||||||
/** props*/
|
/** props*/
|
||||||
const nodeTEST = defineModel<OrgTree[]>("nodeTree", { default: [] });
|
const nodeTEST = defineModel<OrgTree[]>("nodeTree", { default: [] });
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ const breadcrumbsGen = () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<q-card flat bordered class="col-12 q-mt-sm">
|
<q-card flat bordered>
|
||||||
<div class="q-pa-sm row wrap items-center">
|
<div class="q-pa-sm row wrap items-center">
|
||||||
<q-btn flat round color="primary" @click="savePNG()" icon="mdi-image">
|
<q-btn flat round color="primary" @click="savePNG()" icon="mdi-image">
|
||||||
<q-tooltip> ดาวน์โหลด PNG </q-tooltip>
|
<q-tooltip> ดาวน์โหลด PNG </q-tooltip>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue