ปรับเมนู และเพิ่ม UI ผลงาน

This commit is contained in:
Warunee Tamkoo 2024-06-27 14:59:54 +07:00
parent b53765a469
commit 38aa872064
11 changed files with 609 additions and 74 deletions

View file

@ -132,16 +132,34 @@ const doLogout = () => {
);
};
/**
* งชนกลบหนาหล
*/
const clickBack = () => {
router.push(`/`);
};
onMounted(async () => {
store.typeProfile = "OFFICER";
await getType();
await getMain();
});
</script>
<template>
<div class="row justify-center">
<div class="col-xs-12 col-sm-12 col-md-11">
<div class="toptitle text-white col-12 row items-center">
<q-btn
icon="mdi-arrow-left"
unelevated
round
dense
flat
color="primary"
class="q-mr-sm"
@click="clickBack"
/>
อมลทะเบยนประว
</div>
<div v-if="$q.screen.gt.xs" class="row q-col-gutter-md">