mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
refactor: move campaign editing from modal to separate page
- Create AdminCampaignEdit page for editing campaigns - Remove CampaignModal from AdminCampaigns - Use centralized icons (CampaignIcon, ChartIcon added) - Add route /admin/campaigns/:id/edit - Add localization keys for loadError and updateError
This commit is contained in:
@@ -1281,7 +1281,9 @@
|
||||
"deleteText": "此操作不可撤销。有注册记录的活动无法删除。",
|
||||
"cancel": "取消",
|
||||
"delete": "删除"
|
||||
}
|
||||
},
|
||||
"loadError": "加载活动失败",
|
||||
"updateError": "保存更改失败"
|
||||
},
|
||||
"promocodes": {
|
||||
"title": "促销码",
|
||||
|
||||
Reference in New Issue
Block a user