แก้ไข filterYear

This commit is contained in:
AnandaTon 2023-11-02 16:40:59 +07:00
parent 798e1e18e0
commit c177346f05
3 changed files with 53 additions and 18 deletions

View file

@ -126,9 +126,9 @@ const view = async (text: string) => {
onMounted(async () => {
searchFilterTable()
fecthList([
{ no: "1", date: "2023-09-20", type: "1", status: "4", year: "2566" },
{ no: "2", date: "2023-09-19", type: "1", status: "2", year: "2566" },
{ no: "3", date: "2023-09-10", type: "2", status: "3", year: "2566" },
{ no: "1", date: "2023-09-20", type: "1", status: "4", year: "1" },
{ no: "2", date: "2023-09-19", type: "1", status: "2", year: "1" },
{ no: "3", date: "2023-09-10", type: "2", status: "3", year: "1" },
])
})
</script>