From 1c375d6dcd0c41bc3c206585a2712ec066bf5992 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 18 十一月 2022 10:09:13 +0800 Subject: [PATCH] 卡号 bug --- src/main/webapp/personal_use_info.xhtml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/personal_use_info.xhtml b/src/main/webapp/personal_use_info.xhtml index cc56000..9f9d4a7 100644 --- a/src/main/webapp/personal_use_info.xhtml +++ b/src/main/webapp/personal_use_info.xhtml @@ -93,6 +93,11 @@ oncomplete="PF('dialog').show()"/> + <p:commandButton value="导出" + styleClass="store-btn" + ajax="false" + actionListener="#{personalUseInfoController.exportDetail}" /> + </p:panelGrid> </p:panel> -- Gitblit v1.9.2