/** * 环信码类型下拉选择 */ import { EcCodeTypes, toLabel } from "../../../common/dataEcCodeTypes"; import { newBehavior } from '../basePicker'; export const useEcCodePicker = newBehavior('code', EcCodeTypes, toLabel);