pal 流程手册流程说明中岗位和角色字段合并模板调整
This commit is contained in:
parent
a1eb26a92b
commit
977f81e6cc
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user