Merge branch 'develop' into setthawut

This commit is contained in:
setthawutttty 2024-11-12 17:26:09 +07:00
commit 3399f14823
9 changed files with 114 additions and 46 deletions

View file

@ -29,12 +29,12 @@ defineProps<{
<q-separator />
<q-card-actions align="right">
<q-btn
label="ส่งออกเป็นไฟล์ TXT"
label="ดาวน์โหลด (.TXT)"
color="blue"
type="submit"
icon-right="send"
icon="download"
@click="onSend"
><q-tooltip>งออกเปนไฟล TXT</q-tooltip></q-btn
><q-tooltip>ดาวนโหลด (.TXT)</q-tooltip></q-btn
>
</q-card-actions>
</q-card>

View file

@ -564,12 +564,13 @@ onMounted(async () => {
</q-btn-dropdown>
</div>
<q-btn
label="ส่งออกเป็นไฟล์ CSV"
dense
flat
color="green"
type="submit"
icon-right="send"
icon-right="download"
@click="onSendCSV"
><q-tooltip>งออกเปนไฟล CSV</q-tooltip></q-btn
><q-tooltip>ดาวนโหลด (.CSV)</q-tooltip></q-btn
>
</div>

View file

@ -97,6 +97,11 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([
label: "ระบบ Admin",
path: "/logs?system=admin",
},
{
icon: "mdi-account-arrow-right",
label: "การเข้าใช้งานและการออกจากระบบ",
path: "/logs?system=inout",
},
]);
onMounted(async () => {