关键事项、邮件管理、任务管理

This commit is contained in:
2025-03-13 10:52:32 +08:00
parent 7a242ed776
commit c73bb1124d
99 changed files with 9738 additions and 3791 deletions
@@ -16,8 +16,10 @@
<f:FormRow>
<Items>
<f:TextBox ID="txtInterFaceName" runat="server" Label="任务名称" LabelAlign="Right" AutoPostBack="true" LabelWidth="140px"></f:TextBox>
<f:NumberBox ID="txtFrequency" runat="server" NoDecimal="true" NoNegative="false" Label="频率(小时)" MinValue="0" MaxValue="12">
</f:NumberBox>
<%-- <f:NumberBox ID="txtFrequency" runat="server" NoDecimal="true" NoNegative="false" Label="频率(小时)" MinValue="0" MaxValue="12">
</f:NumberBox>--%>
<f:TextBox ID="txtFrequency" runat="server" Label="频率(表达式)" LabelAlign="Right" LabelWidth="140px" >
</f:TextBox>
<f:CheckBox ID="IsEnable" Label="是否启用" runat="server" DisplayType="Switch" Checked="true">
</f:CheckBox>
</Items>