This commit is contained in:
Warunee Tamkoo 2023-12-21 14:59:29 +07:00
parent 61ce6f966c
commit 950d185ebb
4 changed files with 147 additions and 142 deletions

View file

@ -2,6 +2,7 @@ import { defineStore } from 'pinia'
import { ref } from 'vue'
import type { FormData, Datalist } from '@/interface/response/checkin'
import { useCounterMixin } from '@/stores/mixin'
import moment from 'moment'
const mixin = useCounterMixin()
const { date2Thai } = mixin