Browse Source

Merge branch 'cherry-pick-6cf8b59b' into 'develop'

Merge branch 'fix/View_max_count_execption' into 'develop'

See merge request o2oa/o2oa!1298
蔡祥熠 5 years ago
parent
commit
c39c2c7864
1 changed files with 4 additions and 1 deletions
  1. 4 1
      o2web/source/x_component_query_ViewDesigner/$View/view.html

+ 4 - 1
o2web/source/x_component_query_ViewDesigner/$View/view.html

@@ -50,7 +50,10 @@
             </tr>
             <tr>
                 <td class="editTableTitleNoWidth">每页行数:</td>
-                <td class="editTableValue"><input type="number" name="pageSize" value="text{$.pageSize || 20}" class="editTableInput"/></td>
+                <td class="editTableValue">
+                    <input type="number" name="pageSize" value="text{$.pageSize || 20}" class="editTableInput"/>
+                    <div style="color:#999;">注:每页最大行数为2000条</div>
+                </td>
             </tr>
             <tr>
                 <td class="editTableTitle">隐藏操作条:</td>