pal 流程手册流程说明中岗位和角色字段合并模板调整

This commit is contained in:
anhc 2022-07-21 09:59:46 +08:00
parent a1eb26a92b
commit 977f81e6cc
2 changed files with 10 additions and 2 deletions

View File

@ -5682,7 +5682,11 @@ y7fdOgAAAABJRU5ErkJggk==
<w:sz-cs w:val="21"/>
<w:lang w:val="EN-US"/>
</w:rPr>
<w:t>${table2.shape_role}</w:t>
<#if (table2.shape_role == '' )>
<w:t>${table2.shape_post}</w:t>
<#else>
<w:t>${table2.shape_role}</w:t>
</#if>
</w:r>
</w:p>
</w:tc>

View File

@ -5585,7 +5585,11 @@ y7fdOgAAAABJRU5ErkJggk==
<w:sz-cs w:val="21"/>
<w:lang w:val="EN-US"/>
</w:rPr>
<w:t>${table2.shape_role}</w:t>
<#if (table2.shape_role == '' )>
<w:t>${table2.shape_post}</w:t>
<#else>
<w:t>${table2.shape_role}</w:t>
</#if>
</w:r>
</w:p>
</w:tc>