data.ts 332 B

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