This commit is contained in:
夏菊 2025-05-29 16:59:52 +08:00
parent 9587bd3183
commit b1560c43f7
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
<Items>
<f:Grid ID="Grid5" ShowBorder="true" ShowHeader="false" Title="各责任人基本情况" EnableCollapse="true"
runat="server" BoxFlex="1" DataKeyNames="UserId" DataIDField="UserId" AllowSorting="true" MarginRight="15px"
SortField="UserCode,UserName" SortDirection="ASC" OnSort="Grid5_Sort" EnableColumnLines="true" AllowPaging="true"
SortField="MonthPlanRate desc,WeekPlanRate desc,UserCode,UserName" SortDirection="ASC" OnSort="Grid5_Sort" EnableColumnLines="true" AllowPaging="true"
IsDatabasePaging="true" PageSize="20" OnPageIndexChange="Grid5_PageIndexChange" ForceFit="true" EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid5_RowDoubleClick"
EnableTextSelection="True">
<Toolbars>