20230303新增清除工作经历重复功能按钮

This commit is contained in:
2023-03-03 14:58:36 +08:00
parent ffc4cb849e
commit f42d330b00
7 changed files with 148 additions and 14 deletions
@@ -51,6 +51,9 @@
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" Text="导出" Icon="FolderUp"
EnableAjax="false" DisableControlBeforePostBack="false">
</f:Button>
<f:Button ID="btnResetItem" Text="清理工作经历" Icon="ArrowRefresh" runat="server"
Hidden="true" OnClick="btnResetItem_Click" AjaxLoadingText="清理工作经历中....." AjaxLoadingType="Default">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>