Files
zgty-mas-m/pages/analysis/common/index.js
2025-10-11 16:25:24 +08:00

6 lines
138 B
JavaScript

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