แก้ไข filterYear
This commit is contained in:
parent
798e1e18e0
commit
c177346f05
3 changed files with 53 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue