소스 검색

Merge branch 'cherry-pick-d7ca6475' into 'release'

Merge branch 'fix/Prcocess.documenteditor_canDoublePage' into 'develop'

See merge request o2oa/o2oa!1700
蔡祥熠 5 년 전
부모
커밋
276687d45c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      o2web/source/x_component_process_FormDesigner/Module/Documenteditor/documenteditor.html

+ 2 - 2
o2web/source/x_component_process_FormDesigner/Module/Documenteditor/documenteditor.html

@@ -124,8 +124,8 @@
 			<tr>
 				<td class="editTableTitle">双页显示:</td>
 				<td class="editTableValue">
-					<input class="editTableRadio" name="canDoublePage" text{($.textIndent!=='n')?'checked':''} type="radio" value="y"/>是
-					<input class="editTableRadio" name="canDoublePage" text{($.textIndent=='n')?'checked':''} type="radio" value="n"/>否
+					<input class="editTableRadio" name="canDoublePage" text{($.canDoublePage!=='n')?'checked':''} type="radio" value="y"/>是
+					<input class="editTableRadio" name="canDoublePage" text{($.canDoublePage=='n')?'checked':''} type="radio" value="n"/>否
 					<div>是否允许双页显示</div>
 				</td>
 			</tr>