Merge branch 'develop' into setthawut
This commit is contained in:
commit
3399f14823
9 changed files with 114 additions and 46 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue