Merge branch 'sprint/170_lizhiqiang_44489' into 'sprint/170'

Finish task #44489.

See merge request easycorp/zentaopms!474
This commit is contained in:
李玉春
2021-11-17 06:36:07 +00:00
7 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
$(function()
{
<?php if(!empty($setModule)):?>
$('#sidebar .cell .text-center:last').append("<a href='#showModuleModal' data-toggle='modal' class='btn btn-info btn-wide'><?php echo $app->moduleName=='product' ? $lang->datatable->listSetting : $lang->datatable->moduleSetting?></a><hr class='space-sm' />");
$('#sidebar .cell .text-center:last').append("<a href='#showModuleModal' data-toggle='modal' class='btn btn-info btn-wide'><?php echo $lang->datatable->displaySetting;?></a><hr class='space-sm' />");
<?php endif;?>
var addSettingButton = function()