From 07ff91a8355803f8b4fde9902f63e90a707adb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evol=E9=83=91=E5=A4=A9?= Date: Mon, 19 Aug 2024 07:41:57 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=20=E5=88=97=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Evol郑天 --- src/hiprint/hiprint.bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index f1bcebe..80ff089 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -10297,7 +10297,7 @@ var hiprint = function (t) { var r; if (tabs.length) { r = $('
    '); - tabs.filter((e) => e.list.length > 0).forEach(function (tab) { + tabs.filter((e) => e.name == i18n.__('列') || e.list.length > 0).forEach(function (tab) { var item = $('
  • ' + i18n.__(tab.name) + '
  • ') r.find('.prop-tab-items').append(item) var options = $('
    ') -- Gitee