From 977f81e6cc5d12269b29fbac96751fff6c9f9655 Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Thu, 21 Jul 2022 09:59:46 +0800 Subject: [PATCH] =?UTF-8?q?pal=20=E6=B5=81=E7=A8=8B=E6=89=8B=E5=86=8C?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=AF=B4=E6=98=8E=E4=B8=AD=E5=B2=97=E4=BD=8D?= =?UTF-8?q?=E5=92=8C=E8=A7=92=E8=89=B2=E5=AD=97=E6=AE=B5=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../步骤横表-流程手册2.xml | 6 +++++- .../步骤竖表-流程手册2.xml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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} +