export const getDataSourceTypeShow = val => { if (val === 2) return '【筛上】' if (val === 3) return '【筛下】' return '' }