From 20231854de85c7b0e2d5fd393c1b6776d832f736 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 9 Jun 2023 14:32:57 +0800 Subject: [PATCH] =?UTF-8?q?feature(web):=20=E5=A2=9E=E5=8A=A0=E8=B7=A8?= =?UTF-8?q?=E5=A4=A9=E5=92=8C=E6=9C=AA=E8=B7=A8=E5=A4=A9=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=80=BB=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/version-tab.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/components/version-tab.js b/web/components/version-tab.js index f874991..0beb235 100644 --- a/web/components/version-tab.js +++ b/web/components/version-tab.js @@ -84,6 +84,10 @@ function versionTab() { headerToolbar: [ "reload", 'filter-toggler', + { + type: "tpl", + tpl: "共 ${total|default:0} 个表,其中 ${scheduled|default:0} 个表已跨天,${unScheduled|default:0} 个表未跨天" + }, { type: 'pagination', layout: ['pager', 'perPage'],