提交 b6dd56af 编写于 作者: 蔡祥熠

Merge branch 'fix/Process.manual_group' into 'wrdp'

Merge of fix/Process.manual_group 流程设计手工节点恢复阅读群组和待阅群组 to wrdp

See merge request o2oa/o2oa!4543
......@@ -125,6 +125,12 @@
<div class="MWFPersonUnit" name="readUnitList"></div>
</td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.readGroup}}:</td>
<td class="editTableValue">
<div class="MWFPersonGroup" name="readGroupList"></div>
</td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.duty}}:</td>
<td class="editTableValue">
......@@ -162,6 +168,12 @@
<div class="MWFPersonUnit" name="reviewUnitList"></div>
</td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.reviewGroup}}:</td>
<td class="editTableValue">
<div class="MWFPersonGroup" name="reviewGroupList"></div>
</td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.duty}}:</td>
<td class="editTableValue">
......
......@@ -358,6 +358,8 @@ MWF.xApplication.process.ProcessDesigner.LP = {
"taskPerson": "Task",
"identity": "Identity",
"group": "Group",
"readGroup": "Group",
"reviewGroup": "Group",
"specifyTimeoutTime": "Set the specified timeout period",
"setTimeoutAfterHours": "Set timeout after a few hours",
"setTimeoutAfterWorkHours": "Set timeout after a few work hours",
......
......@@ -357,6 +357,8 @@ MWF.xApplication.process.ProcessDesigner.LP = {
"taskPerson": "处理人",
"identity": "用户标识",
"group": "处理群组",
"readGroup": "待阅群组",
"reviewGroup": "阅读群组",
"specifyTimeoutTime": "设置指定的超时时间",
"setTimeoutAfterHours": "设置几小时后超时",
"setTimeoutAfterWorkHours": "设置几个工作小时后超时",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册