เลื่อนเงืนเดือน
This commit is contained in:
parent
62b5651911
commit
1e25bfc4b6
6 changed files with 185 additions and 166 deletions
|
|
@ -256,7 +256,7 @@ const visibleColumns = ref<string[]>(
|
|||
: []
|
||||
);
|
||||
|
||||
const gruup = ref<string>("กลุ่ม 1");
|
||||
const gruup = ref<string>("ทั้งหมด");
|
||||
const options = ref(["ทั้งหมด", "กลุ่ม 1", "กลุ่ม 2"]);
|
||||
</script>
|
||||
|
||||
|
|
@ -327,12 +327,10 @@ const options = ref(["ทั้งหมด", "กลุ่ม 1", "กลุ่
|
|||
ref="table"
|
||||
:columns="columns"
|
||||
:rows="rows"
|
||||
row-key="subject"
|
||||
row-key="id"
|
||||
flat
|
||||
bordered
|
||||
dense
|
||||
class="custom-header-table"
|
||||
:visible-columns="visibleColumns"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
<q-tr :props="props">
|
||||
|
|
|
|||
|
|
@ -471,7 +471,7 @@ const updateIsShowRetire = async () => {
|
|||
/>
|
||||
</q-tabs>
|
||||
<q-separator />
|
||||
<q-tab-panels v-model="store.tabGroup" animated class="bg-grey-1">
|
||||
<q-tab-panels v-model="store.tabGroup" animated class="bg-grey-1 q-pt-md">
|
||||
<q-tab-panel
|
||||
style="padding: 0px"
|
||||
v-for="(item, index) in itemsTabGroup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue