*Fix bug#19073.

This commit is contained in:
孙华伟
2022-04-01 14:12:09 +08:00
parent 8e826135a6
commit 2c5a94c243
+1 -1
View File
@@ -95,7 +95,7 @@ $(function()
<form class='form-condensed' method='post' target='hiddenwin' action='<?php echo $this->createLink('datatable', 'ajaxSave')?>'>
<table class='table table-form'>
<tr>
<td class='w-150px'><?php echo $lang->datatable->showModule;?></td>
<td class='w-160px'><?php echo $lang->datatable->showModule;?></td>
<td><?php echo html::radio('showModule', $lang->datatable->showModuleList, isset($config->datatable->$datatableId->showModule) ? $config->datatable->$datatableId->showModule : '');?></td>
</tr>
<?php if($app->moduleName == 'execution' and $app->methodName == 'task' and $this->config->vision != 'lite'):?>