* Added mandatory execution items config.

This commit is contained in:
tianshujie
2023-02-17 14:02:01 +08:00
parent 0e7556ab18
commit cb3a0faa9c
14 changed files with 81 additions and 63 deletions
+2 -3
View File
@@ -546,9 +546,8 @@ class custom extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
}
$this->view->title = $this->lang->custom->execution;
$this->view->position[] = $this->lang->custom->common;
$this->view->position[] = $this->view->title;
$this->view->title = $this->lang->custom->executionCommon;
$this->view->module = 'execution';
$this->display();
}