/** * 通用下拉选项 */ export interface NzxOptions { label: string; value: T; [key: string]: any; }