Newer
Older
urbanLifeline_YanAn / src / utils / fixDict.js
@zhangqy zhangqy on 3 Oct 455 bytes first commit
//固定字典
export const fixDict = {
  // 根据因子的单位来匹配,扩展'#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'
  propsColorYs: [
    { label: '(米)', color: '#5470c6', value: 'm' },
    { label: '(米/秒)', color: '#91cc75', value: 'm/s' },
    { label: '(度)', color: '#fac858', value: '°' },
    { label: '(立方米/小时)', color: '#ee6666', value: 'm³/h' },
    { label: '(立方米)', color: '#73c0de', value: 'm³' },
  ],
};