add
This commit is contained in:
parent
3db6a70419
commit
f9e46f3884
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue