菜单,首页数据

This commit is contained in:
2025-03-16 15:08:37 +08:00
parent 27e70a5148
commit 825d0df7bf
11 changed files with 367 additions and 9 deletions

View File

@ -213,6 +213,13 @@ class Ticket extends Controller
$this->fetch();
}
/**
* @return void
* @throws \Exception
* 审核提交
* @auth true
* @menu true
*/
public function create_approval()
{
$data = $this->_vali([
@ -268,6 +275,14 @@ class Ticket extends Controller
$this->success('创建成功!');
}
/**
* 进行审核
* @return void
* @throws \Exception
*
* @auth true
* @menu true
*/
public function do_approve()
{
$data = $this->_vali([