From 8a8c8b055c443afd4b062ed1e73d601bbe7ec393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 19 May 2025 11:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E4=BD=95=E7=8A=B6=E6=80=81=E9=83=BD?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=AE=A1=E6=89=B9=EF=BC=8C=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail/src/approveDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Detail/src/approveDetail.vue b/src/components/Detail/src/approveDetail.vue index 0480289..b1bdaa8 100644 --- a/src/components/Detail/src/approveDetail.vue +++ b/src/components/Detail/src/approveDetail.vue @@ -539,7 +539,7 @@ const searchFormClick = async (searchData) => { /** 弹窗按钮 */ const Butttondata = [ defaultButtons.agree(null), // 同意 - defaultButtons.disAgree(null) // 驳回 + // defaultButtons.disAgree(null) // 驳回 ] defineExpose({ openDetail, tableObject }) // 提供 open 方法,用于打开弹窗