| | |
| | | import { EnumClientType, EnumUserType, EnumRoleWebApiDataPower } from './apiEnum'; |
| | | import { |
| | | EnumClientType, |
| | | EnumUserType, |
| | | EnumRoleWebApiDataPower, |
| | | EnumEnterpriseType, |
| | | } from './apiEnum'; |
| | | |
| | | export const EnumClientTypeText = { |
| | | [EnumClientType.PcWeb]: '电脑网页', |
| | |
| | | [EnumUserType.Operation]: '运营', |
| | | }; |
| | | |
| | | export const EnumEnterpriseTypeText = { |
| | | [EnumEnterpriseType.Supplier]: '承揽', |
| | | [EnumEnterpriseType.PartyA]: '甲方', |
| | | }; |
| | | |
| | | export const EnumRoleWebApiDataPowerText = { |
| | | [EnumRoleWebApiDataPower.Custom]: '自定义', |
| | | [EnumRoleWebApiDataPower.Creator]: '个人数据', |