refactor(admin-web): 更新授权角色类型标签

- COMMUNITY -> 社区权益
- AUTH_PROVINCE_COMPANY -> 省区域
- PROVINCE_COMPANY -> 省团队
- AUTH_CITY_COMPANY -> 市区域
- CITY_COMPANY -> 市团队

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-08 01:42:22 -08:00
parent 6a58a55997
commit 53bc39b65b
1 changed files with 6 additions and 5 deletions

View File

@ -82,11 +82,12 @@ const plantingStatusLabels: Record<string, string> = {
}; };
const roleTypeLabels: Record<string, string> = { const roleTypeLabels: Record<string, string> = {
COMMUNITY_PARTNER: '社区合伙人', COMMUNITY: '社区权益',
PROVINCE_COMPANY: '省公司', COMMUNITY_PARTNER: '社区权益',
CITY_COMPANY: '市公司', AUTH_PROVINCE_COMPANY: '省区域',
AUTH_PROVINCE_COMPANY: '授权省公司', PROVINCE_COMPANY: '省团队',
AUTH_CITY_COMPANY: '授权市公司', AUTH_CITY_COMPANY: '市区域',
CITY_COMPANY: '市团队',
}; };
const authStatusLabels: Record<string, string> = { const authStatusLabels: Record<string, string> = {