From 75c7072635d73c18a853007ef3c1000de415e1af Mon Sep 17 00:00:00 2001 From: zzk Date: Wed, 13 Sep 2023 14:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E7=95=99=E8=A8=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E5=88=A0=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lessee/Comm/Communication/Communication_list.jsp | 5 ++--- .../voucher/CreateVoucherProcess/Communicationsave.java | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp index 7077e43b2..146fdabce 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp @@ -24,7 +24,7 @@ String sButtons[][] = { {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit",""}, - //{"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, + {"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>