- //固定字典
- 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³' },
- ],
- isjiance:[//是否监测
- {
- label: '全部',
- value: '',
- },
- {
- label: '需要监测',
- value: '2',
- },
- {
- label: '已监测',
- value: '3',
- },
- {
- label: '无需监测',
- value: '4',
- },
- ],
- issuyuan:[//是否溯源
- {
- label: '全部',
- value: '',
- },
- {
- label: '无需溯源',
- value: '2',
- },
- {
- label: '一级溯源',
- value: '3',
- },
- {
- label: '二级溯源',
- value: '4',
- },
- ],
- iszhengzhi:[//是否整治
- {
- label: '全部',
- value: '1',
- },
- {
- label: '整治完成',
- value: '2',
- },
- {
- label: '整治中',
- value: '3',
- },
- {
- label: '无需整治',
- value: '4',
- },
- ],
- leixingyi:[//排口类型 一级分类
- {
- label: '工业排污口',
- value: '1',
- },
- {
- label: '城镇污水处理厂排污口',
- value: '2',
- },
- {
- label: '农业排口',
- value: '3',
- },
- {
- label: '其他排口',
- value: '4',
- },
- ],
- leixinger:[//排口类型 二级分类
- {
- label: '工矿企业排污口',
- value: '1',
- },
- {
- label: '工矿企业雨洪排口',
- value: '2',
- },
- {
- label: '工业及其他各类园区污水处理厂排污口',
- value: '3',
- },
- {
- label: '工业及其他各类园区污水处理厂雨洪排口',
- value: '4',
- },
- {
- label: '城镇污水处理厂排污口',
- value: '5',
- },
- {
- label: '规模化畜禽养殖排污口',
- value: '6',
- },
- {
- label: '规模化水产养殖排污口',
- value: '7',
- },
- {
- label: '农村污水处理设施排污口',
- value: '8',
- },
- {
- label: '城镇生活污水散排口',
- value: '9',
- },
- {
- label: '农村生活污水散排口',
- value: '10',
- },
- {
- label: '城镇雨洪排口',
- value: '11',
- },
- {
- label: '其他排污口',
- value: '12',
- },
- ],
- leixingsan:[//排口类型 三级分类
- {
- label: '城镇污水集中处理设施排污口',
- value: '1',
- },
- {
- label: '沟渠、河港(涌)、排干等',
- value: '2',
- },
- {
- label: '水产养殖排污口',
- value: '3',
- },
- {
- label: '其他排口',
- value: '4',
- },
- ],
- paikouxingzhuang:[//排口形状
- {
- label: '管道',
- value: '1',
- },
- {
- label: '涵洞',
- value: '2',
- },
- {
- label: '沟',
- value: '3',
- },
- {
- label: '水闸',
- value: '4',
- },
- {
- label: '不规则水泥堆砌口',
- value: '5',
- },
- {
- label: '其他',
- value: '6',
- },
- ],
- rujianghe:[//入江河方式
- {
- label: '直接入河',
- value: '1',
- },
- {
- label: '间接排放',
- value: '2',
- },
- ],
- jiancefangshi:[//检测方式
- {
- label: '实验室检测',
- value: '1',
- },
- {
- label: '快速检测',
- value: '2',
- },
- ],
- zhengzhijinzhan:[//整治进展
-
- {
- label: '进行中',
- value: '2',
- },
- {
- label: '已完成',
- value: '3',
- },
- {
- label: '无需监测',
- value: '4',
- },
- ],
-
- //是否字段
- isState: [
- {
- label: '是',
- value: '1',
- elTagType: 'primary',
- },
- {
- label: '否',
- value: '0',
- elTagType: 'info',
- },
- ],
- // factorEchartsColor:[//对应的监测因子echarts颜色
-
- // {
- // label: 'z',
- // value: '#99FF55',
- // },
- // {
- // label: 'va',
- // value: '#B14DE5',
- // },
- // {
- // label: 'cond',
- // value: '#FFC155',
- // },
- // {
- // label: 'sbl1',
- // value: '#19D5FF',
- // },
- // {
- // label: 'pn05',
- // value: '#19D5FF',
- // },
-
- // ],
- };