mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-29 06:33:58 +08:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
@namespace ThingsGateway.Admin.Razor
|
|
@using ThingsGateway.Admin.Application
|
|
@using ThingsGateway.Admin.Razor
|
|
|
|
<div class="h-600px">
|
|
<UniverSheet @ref="_sheetExcel" OnReadyAsync="OnReadyAsync"></UniverSheet>
|
|
</div>
|
|
|
|
<div class="text-start">
|
|
<Button IsAsync OnClick="Save" class=" mt-3">
|
|
@RazorLocalizer["Save"]
|
|
</Button>
|
|
</div> |