feat: 教育管理员操作订阅计划& 刷新页面保持当前页面

This commit is contained in:
2025-12-16 17:32:33 +08:00
parent b1bea281ec
commit 41a42b1133
8 changed files with 1208 additions and 941 deletions

View File

@@ -1574,7 +1574,22 @@ export default {
Relight: 'Relight',
ChatRobot: 'ChatRobot',
Yes: 'Yes',
No: 'No'
No: 'No',
SubscribePlan:'Subscribe Plan',
SwitchPlanSuccess: 'Switch subscription plan successfully',
SwitchPlanFailed: 'Failed to switch subscription plan',
NoPlanSelected: 'Please select a subscription plan first',
PlanNameRequired: 'Please enter plan name',
PlanNotFound: 'Plan not found',
RenamePlanSuccess: 'Rename successfully',
RenamePlanFailed: 'Failed to rename',
RenamePlan: 'Rename Subscription Plan',
PlanName: 'Plan Name',
InputPlanName: 'Please enter plan name',
OK: 'OK',
Cancel: 'Cancel',
SelectPlan: 'Select Plan',
AllPlan:'All'
},
Login: {
Login: 'Login',