/** * 标签页参数 */ export interface TabsParam { // 选项卡头显示文字 tab?: string; // 对应 activeKey key?: string; // 记录数 count?: number; userId?: number; }