[REFACTOR] 簡化權限管理介面,整合權限設定至角色管理,並完成多語系支援

This commit is contained in:
2026-03-16 13:47:16 +08:00
parent 09e1d0dc48
commit 1851e91c86
20 changed files with 411 additions and 296 deletions

View File

@@ -29,7 +29,7 @@ class DataConfigController extends Controller
public function adminProducts()
{
return view('admin.placeholder', [
'title' => '管理者可賣商品',
'title' => '商品狀態',
'description' => '管理者商品銷售權限',
]);
}