增加前端格式检查配置
This commit is contained in:
@@ -32,7 +32,7 @@ async function handlePageChange() {
|
||||
|
||||
const filteredOrders = computed(() => {
|
||||
if (!status.value) return orders.value
|
||||
return orders.value.filter((item) => item.status === status.value)
|
||||
return orders.value.filter(item => item.status === status.value)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user