lyfO_o
2023-02-15 1e3c6ccb8764bcc3bc127fc23c51d612a8701224
src/main/webapp/approval_mng.xhtml
@@ -237,12 +237,12 @@
            <p:panel styleClass="btn" style="text-align: right">
                <p:commandButton value="拒绝" actionListener="#{approvalMngController.onNoBtnClick}"
                                 process="@form" update=":approvalMngForm:approvalMngDataTable"
                                 process="@form"
                                 styleClass="no-btn">
                    <p:confirm header="确认" message="确认操作?"></p:confirm>
                </p:commandButton>
                <p:commandButton value="批准" actionListener="#{approvalMngController.onYesBtnClick}"
                                 process="@form" update=":approvalMngForm:approvalMngDataTable"
                                 process="@form"
                                 styleClass="yes-btn">
                    <p:confirm header="确认" message="确认操作?"></p:confirm>
                </p:commandButton>