This commit is contained in:
2025-11-12 17:40:48 +08:00
parent dde463b43b
commit b48e0b79dd
4 changed files with 215 additions and 5 deletions

View File

@@ -139,6 +139,10 @@
Width="100"
Command="{Binding ExportCommand}"
Content="导出Excel" />
<Button
Width="100"
Command="{Binding ExportCSVCommand}"
Content="导出CSV" />
</StackPanel>
</Grid>
</Border>