{/* Mobile Cards Layout */}
{/* Filter Section for Mobile */}
筛选状态:
{isLoading
? (
)
: (
{items.map(event => (
))}
{items.length === 0 && (
暂无维修记录
)}
)}
{/* Mobile Pagination */}
{/* Desktop Table Layout */}
setPage(page)}
/>
)}
>
{column => {column.label}}>}
}>
{item => (
{columnKey => {renderCell(item, columnKey)}}
)}