แก้ไขการแสดงผลปุ่มขอลงเวลากรณีพิเศษ แก้สี และ UI
This commit is contained in:
parent
01f0087beb
commit
dce257300b
6 changed files with 66 additions and 38 deletions
|
|
@ -30,7 +30,7 @@ const filterYear = ref<number>(stores.year) //ปีงบประมาณ
|
|||
const titleName = ref<string>('เพิ่มรายการลงเวลากรณีพิเศษ') //หัว popup
|
||||
const dateMonth = ref<DataDateMonthObject>({
|
||||
month: new Date().getMonth(),
|
||||
year: stores.year ? stores.year:new Date().getFullYear(),
|
||||
year: stores.year ? stores.year : new Date().getFullYear(),
|
||||
})
|
||||
const modalPopup = ref<boolean>(false) // modal เพิ่มรายการลงเวลากรณีพิเศษ
|
||||
|
||||
|
|
@ -154,6 +154,7 @@ watch(
|
|||
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="tab === 'time'"
|
||||
unelevated
|
||||
icon="add"
|
||||
:dense="$q.screen.lt.sm"
|
||||
|
|
@ -168,6 +169,7 @@ watch(
|
|||
:title="titleName"
|
||||
:clickClose="onClickClose"
|
||||
:fetchData="props.fetchData"
|
||||
action="special"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue