style:样式调整
This commit is contained in:
5
pages/analysis/common/index.js
Normal file
5
pages/analysis/common/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const getDataSourceTypeShow = val => {
|
||||
if (val === 2) return '【筛上】'
|
||||
if (val === 3) return '【筛下】'
|
||||
return ''
|
||||
}
|
||||
Reference in New Issue
Block a user