feature: 部门增删改查

This commit is contained in:
zhengxinonly
2023-10-27 20:51:10 +08:00
parent 52e0737311
commit 6daad895b4
6 changed files with 334 additions and 21 deletions
+5
View File
@@ -11,3 +11,8 @@ def rights_view():
@views_bp.get("/role")
def role_view():
return render_template("views/role/index.html")
@views_bp.get("/department")
def department_view():
return render_template("views/department/index.html")