export const BasicTab = [ { key: 'microbialDetectionDialysate', value: 0, title: '透析液-微生物检测' }, { key: 'microbialDetectionWater', value: 1, title: '透析用水-微生物检测' }, { key: 'upkeepList', value: 2, title: '透析用水-化学污染物检测' }, ]; export const BasicTabActive = BasicTab[0].key;