From 6b2a45fa70c1f9abae3321e8504b1bd17b503549 Mon Sep 17 00:00:00 2001 From: lizhiqiang Date: Wed, 17 Nov 2021 14:47:49 +0800 Subject: [PATCH] * Finish task#44489. --- module/common/view/datatable.fix.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php index 865347c8ba..eef96c3430 100644 --- a/module/common/view/datatable.fix.html.php +++ b/module/common/view/datatable.fix.html.php @@ -6,7 +6,7 @@ $(function() { - $('#sidebar .cell .text-center:last').append("datatable->displaySetting;?>
"); + $('#sidebar .cell .text-center:last').append("tab == 'product' or $app->tab == 'qa') ? $lang->datatable->displaySetting : $lang->datatable->moduleSetting;?>
"); var addSettingButton = function() @@ -83,7 +83,7 @@ $(function()