bpm:comment 组件增加 showCommWords 参数

This commit is contained in:
thinkgem
2024-04-22 20:53:50 +08:00
parent 57deb501ba
commit 41f1675c2b

View File

@@ -47,7 +47,7 @@
<div class="form-group">
<label class="control-label col-xs-2">${text('审批意见')}</label>
<div class="col-xs-10">
<${'#'}bpm:comment bpmEntity="\${${className}}" />
<${'#'}bpm:comment bpmEntity="\${${className}}" showCommWords="true" />
</div>
</div>
</div>