feat(jituan): 订单列表修复、财务 club 过滤、数据范围 API
This commit is contained in:
@@ -18,6 +18,7 @@ from backend.view import (
|
||||
from users.views import KefuPunishmentListView
|
||||
from jituan.views_display import ClubGonggaoView, ClubLunboListView, ClubLunboManageView
|
||||
from jituan.views import (
|
||||
ClubAdminAssignmentListView,
|
||||
ClubAuditLogListView,
|
||||
ClubCaiwuView,
|
||||
ClubChongzhiFinanceView,
|
||||
@@ -39,6 +40,7 @@ urlpatterns = [
|
||||
path('auth/kefu-login', ClubKefuLoginView.as_view(), name='jituan_kefu_login'),
|
||||
path('auth/me-context', ClubMeContextView.as_view(), name='jituan_me_context'),
|
||||
path('auth/dashou-register', ClubDashouRegisterView.as_view(), name='jituan_dashou_register'),
|
||||
path('houtai/admin-assignments', ClubAdminAssignmentListView.as_view(), name='jituan_admin_assignments'),
|
||||
path('houtai/caiwu', ClubCaiwuView.as_view(), name='jituan_caiwu'),
|
||||
path('houtai/szxx', ClubSzxxView.as_view(), name='jituan_szxx'),
|
||||
path('houtai/audit-log', ClubAuditLogListView.as_view(), name='jituan_audit_log'),
|
||||
|
||||
Reference in New Issue
Block a user