[STYLE] 系統用語標準化與客戶管理 UI 點選透明度優化 (所屬單位 -> 公司名稱、姓名 -> 名稱)
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 59s

This commit is contained in:
2026-03-30 10:16:05 +08:00
parent e780e195e2
commit ea0333d77e
9 changed files with 107 additions and 99 deletions

View File

@@ -53,7 +53,7 @@ class CompanyController extends Controller
'contact_name' => 'nullable|string|max:255',
'contact_phone' => 'nullable|string|max:50',
'contact_email' => 'nullable|email|max:255',
'start_date' => 'nullable|date',
'start_date' => 'required|date',
'end_date' => 'nullable|date',
'status' => 'required|boolean',
'note' => 'nullable|string',
@@ -141,7 +141,7 @@ class CompanyController extends Controller
'contact_name' => 'nullable|string|max:255',
'contact_phone' => 'nullable|string|max:50',
'contact_email' => 'nullable|email|max:255',
'start_date' => 'nullable|date',
'start_date' => 'required|date',
'end_date' => 'nullable|date',
'status' => 'required|boolean',
'note' => 'nullable|string',