隐藏导入导出功能
This commit is contained in:
parent
ca61741e4c
commit
2b296cb969
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -43,14 +43,14 @@
|
||||
ConfirmButtonText="@WtmBlazor.Localizer["Sys.BatchDelete"]" ConfirmButtonColor="Color.Danger" />
|
||||
}*@
|
||||
|
||||
@if (IsAccessable("/api/WTM_CUSTOM/Import"))
|
||||
@* @if (IsAccessable("/api/WTM_CUSTOM/Import"))
|
||||
{
|
||||
<TableToolbarButton TItem="WTM_CUSTOM_View" Color="Color.Primary" Icon="fa fa-fw fa-upload" Text="@WtmBlazor.Localizer["Sys.Import"]" OnClickCallback="@OnImportClick" />
|
||||
}
|
||||
@if (IsAccessable("/api/WTM_CUSTOM/ExportExcel"))
|
||||
{
|
||||
<TableToolbarButton TItem="WTM_CUSTOM_View" Color="Color.Primary" Icon="fa fa-fw fa-download" Text="@WtmBlazor.Localizer["Sys.Export"]" OnClickCallback="@OnExportClick" IsAsync="true" />
|
||||
}
|
||||
}*@
|
||||
</TableToolbarTemplate>
|
||||
<RowButtonTemplate>
|
||||
<div style="padding-right:10px;">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -340,3 +340,4 @@
|
||||
2.0
|
||||
2.0
|
||||
2.0
|
||||
2.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user