From 96e36d378e2f248509ed35dc8e44e3f76a7c75e3 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 23 Oct 2025 15:09:35 +0800 Subject: [PATCH] up --- app/Forms/ManagerForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Forms/ManagerForm.php b/app/Forms/ManagerForm.php index 08ebeed..32f37ac 100755 --- a/app/Forms/ManagerForm.php +++ b/app/Forms/ManagerForm.php @@ -14,7 +14,7 @@ class ManagerForm extends Form "teacher" => "管理老师", "manager" => "项目经理" ]]); - $this->add("order_status_ability", Field::SELECT, ["label" => "订单恢复权限", "choices" => [ + $this->add("no_lock_ability", Field::SELECT, ["label" => "订单恢复权限", "choices" => [ "0" => "不开放", "1" => "开放" ]]);