修改人员考核查看报错

This commit is contained in:
2022-11-20 17:01:17 +08:00
parent 7e46e75428
commit 037798f67e
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@
<rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="100"
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="200"
ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true" ></f:TextBox>
</Items>
</f:FormRow>