* Finish task #44493,44494.

This commit is contained in:
mayue
2021-11-17 09:30:34 +08:00
parent 65ef0c6f1b
commit 8b8c4fe180
10 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php $currentModule = $this->moduleName;?>
<?php $currentMethod = $this->methodName;?>
<?php $datatableId = $currentModule . ucfirst($this->methodName);?>
<?php $datatableId = $this->moduleName . ucfirst($this->methodName);?>
<style>
#setShowModule {margin-left: 30px;}