แก้ข้อความและเพิ่มเมนู logs
This commit is contained in:
parent
528c256814
commit
cb7bbcb68b
2 changed files with 7 additions and 2 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน (ต้นแบบ)",
|
||||
label: "ข้อความต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -470,7 +470,7 @@ onMounted(() => {
|
|||
<Header
|
||||
:tittle="`${
|
||||
isEdit ? 'แก้ไข' : 'เพิ่ม'
|
||||
}ต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน (ต้นแบบ)`"
|
||||
}ต้นแบบสำหรับลงในตำแหน่ง/เงินเดือน`"
|
||||
:close="closeDialog"
|
||||
/>
|
||||
<q-separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue