From 1e3c6ccb8764bcc3bc127fc23c51d612a8701224 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期三, 15 二月 2023 16:43:15 +0800 Subject: [PATCH] 内网地址 --- 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