From 85368001e64887964dbb3eef16444a518f9c02f5 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Mon, 18 Nov 2024 21:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E3=80=90=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=90=8E=E7=AB=AF=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8=EF=BC=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/financial/invoice/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html index e344edaf..18f60e78 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html @@ -188,7 +188,7 @@ if (data.status === 1) { return ""; } else if (data.status === 2) { - return ""; + return ""; } }