소스 검색

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!1968
蔡祥熠 5 년 전
부모
커밋
7590d5f6fa
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      o2web/source/x_component_query_ViewDesigner/$View/view.html

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

@@ -112,13 +112,22 @@
                     <input type="text" name="data.noDataText" value="text{$.data.noDataText}" class="editTableInput"/>
                     <input type="text" name="data.noDataText" value="text{$.data.noDataText}" class="editTableInput"/>
                 </td>
                 </td>
             </tr>
             </tr>
+
+            <tr>
+                <td class="editTableTitle">启用缓存:</td>
+                <td class="editTableValue">
+                    <input class="editTableRadio" name="cacheAccess" text{($.cacheAccess===true)?'checked':''} type="radio" value="true"/>是
+                    <input class="editTableRadio" name="cacheAccess" text{($.cacheAccess!==true)?'checked':''} type="radio" value="false"/>否
+                    <div style="color:#999;">注:启用缓存则范围中的权限失效!</div>
+                </td>
+            </tr>
             <!--<tr>-->
             <!--<tr>-->
             <!--<td class="editTableTitle">最大行数:</td>-->
             <!--<td class="editTableTitle">最大行数:</td>-->
             <!--<td class="editTableValue"><input type="text" name="max" value="text{$.max}" class="editTableInput"/></td>-->
             <!--<td class="editTableValue"><input type="text" name="max" value="text{$.max}" class="editTableInput"/></td>-->
             <!--</tr>-->
             <!--</tr>-->
         </table>
         </table>
 
 
-        <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999; font-weight: bold">权限</div>
+        <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999; font-weight: bold">可执行者</div>
         <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter">
         <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter">
             <tr>
             <tr>
                 <td class="editTableTitle">可执行人:</td>
                 <td class="editTableTitle">可执行人:</td>