1、系统菜单调整;
2、系统看板UI调整; 3、事故事件功能 4、其他
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user