diff --git a/com.actionsoft.apps.coe.pal.output.pr/步骤横表-流程手册2.xml b/com.actionsoft.apps.coe.pal.output.pr/步骤横表-流程手册2.xml index f91e568d..0921f9de 100644 --- a/com.actionsoft.apps.coe.pal.output.pr/步骤横表-流程手册2.xml +++ b/com.actionsoft.apps.coe.pal.output.pr/步骤横表-流程手册2.xml @@ -5682,7 +5682,11 @@ y7fdOgAAAABJRU5ErkJggk== - ${table2.shape_role} + <#if (table2.shape_role == '' )> + ${table2.shape_post} + <#else> + ${table2.shape_role} + diff --git a/com.actionsoft.apps.coe.pal.output.pr/步骤竖表-流程手册2.xml b/com.actionsoft.apps.coe.pal.output.pr/步骤竖表-流程手册2.xml index 0591483d..f7a5e526 100644 --- a/com.actionsoft.apps.coe.pal.output.pr/步骤竖表-流程手册2.xml +++ b/com.actionsoft.apps.coe.pal.output.pr/步骤竖表-流程手册2.xml @@ -5585,7 +5585,11 @@ y7fdOgAAAABJRU5ErkJggk== - ${table2.shape_role} + <#if (table2.shape_role == '' )> + ${table2.shape_post} + <#else> + ${table2.shape_role} +