This commit is contained in:
2024-11-29 14:34:18 +08:00
parent a67e7fb80a
commit 1e82f2f69d
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class Type extends Controller
*/
public function add()
{
$this->title = '添加工单类型';
TicketType::mForm('form');
}
@ -45,6 +46,7 @@ class Type extends Controller
*/
public function edit()
{
$this->title = '编辑工单类型';
TicketType::mForm('form');
}

View File

@ -25,7 +25,6 @@
<option value=''>-- 全部 --</option>
<option value='0'>正在处理</option>
<option value='1'>已处理</option>
<option value='-1'>已取消</option>
</select>
</div>
</div>