forked from wangziqi/gongxue-base
feat: replace tenants with organization management
This commit is contained in:
@@ -114,7 +114,7 @@ export const SAMPLE_OCCUPANCY = {
|
||||
checkInDate: '2026-03-01',
|
||||
billingStartDate: '2026-03-01',
|
||||
billingEndDate: '2026-06-30',
|
||||
rentalType: 'short',
|
||||
stayType: 'short',
|
||||
};
|
||||
|
||||
// ── Bill / Expense (PRD §9-10) ──────────────────────────────────────
|
||||
@@ -169,7 +169,7 @@ export const SAMPLE_CLASSROOM = {
|
||||
status: 'available',
|
||||
};
|
||||
|
||||
// ── Tenant (PRD §12) ────────────────────────────────────────────────
|
||||
// ── Organization (PRD §12) ────────────────────────────────────────────────
|
||||
|
||||
export const SAMPLE_TENANT = {
|
||||
name: '测试合作机构A',
|
||||
@@ -214,7 +214,7 @@ export const PERMISSION_NODES = [
|
||||
'attendance:view', 'attendance:add', 'attendance:update', 'attendance:delete',
|
||||
'attendance:batch',
|
||||
'classroom:view', 'classroom:add', 'classroom:update', 'classroom:delete',
|
||||
'tenant:view', 'tenant:add', 'tenant:update', 'tenant:delete',
|
||||
'organization:view', 'organization:create', 'organization:edit', 'organization:delete',
|
||||
'rental:view', 'rental:add', 'rental:update', 'rental:delete',
|
||||
'archive:view', 'archive:import', 'archive:export',
|
||||
'report:generate',
|
||||
|
||||
Reference in New Issue
Block a user