This commit is contained in:
Li1304553726 2025-03-26 16:49:09 +08:00
parent 3db6a70419
commit f9e46f3884
1 changed files with 5 additions and 3 deletions

View File

@ -666,7 +666,9 @@ export default function StaffTable() {
<Button onClick={() => setImportVisible(true)} className="bg-orange-500 text-white px-4 py-2 rounded hover:bg-orange-600">
Excel
</Button>
<Button onClick={handleExportTemplate} className="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600">
</Button>
<Button
onClick={handleResetFilters}
className="bg-gray-500 text-white px-4 py-2 rounded hover:bg-gray-600"