فهرست منبع

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

Merge of fix/Prcocess.documenteditor_canDoublePage 版式文件隐藏双页配置保存不成功  to develop

See merge request o2oa/o2oa!1699

(cherry picked from commit d7ca6475ba4163130acd8b42fd2a799298f24f43)

e5c1f78e 单双页显示设置保存不成功
蔡祥熠 5 سال پیش
والد
کامیت
15c19f7089
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>