import React from 'react'; import { FileDoneOutlined, FileExcelOutlined, BulbFilled } from '@ant-design/icons'; import { YQQK } from '@/utils/constants'; export const HGIcon = ; export const BHGIcon = export const ExampleBar = () => { return
{HGIcon}抽查合格 {BHGIcon}抽查不合格
} export const getHGIcons = (type) => { if (type === 1) return HGIcon; if (type === 0) return BHGIcon; return } export const getTimeLine = (type) => { if (type === YQQK.CQ.value) { return } if (type === YQQK.JCQ.value) { return } if (type === YQQK.ZC.value) { return } return '' }