From c5dc821692c0529e3a688af84c647bf80cc49360 Mon Sep 17 00:00:00 2001 From: test <15284381150@163.com> Date: 星期日, 21 九月 2025 10:49:40 +0800 Subject: [PATCH] Merge branch 'master' into djp --- HTML/views/SOSetting/ExportNotice.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html index 375d93b..778fcfb 100644 --- a/HTML/views/SOSetting/ExportNotice.html +++ b/HTML/views/SOSetting/ExportNotice.html @@ -368,7 +368,7 @@ </a>`; } - if( d.Status == '2' || d.Status == '3'){ + if( (d.Status == '2' || d.Status == '3')){ html += `<a class="layui-btn layui-btn-normal layui-btn-xs outClass" lay-event="outKu"> <i class="layui-icon layui-icon-ok"></i>鍑哄簱 </a>`; -- Gitblit v1.8.0