Newer
Older
DH_Apicture / src / utils / fixDict.js
@leishan leishan 24 days ago 4 KB 排水户
  1. //固定字典
  2. export const fixDict = {
  3. // 根据因子的单位来匹配,扩展'#3ba272', '#fc8452', '#9a60b4', '#ea7ccc'
  4. propsColorYs: [
  5. { label: '(米)', color: '#5470c6', value: 'm' },
  6. { label: '(米/秒)', color: '#91cc75', value: 'm/s' },
  7. { label: '(度)', color: '#fac858', value: '°' },
  8. { label: '(立方米/小时)', color: '#ee6666', value: 'm³/h' },
  9. { label: '(立方米)', color: '#73c0de', value: 'm³' },
  10. ],
  11. isjiance:[//是否监测
  12. {
  13. label: '全部',
  14. value: '',
  15. },
  16. {
  17. label: '需要监测',
  18. value: '2',
  19. },
  20. {
  21. label: '已监测',
  22. value: '3',
  23. },
  24. {
  25. label: '无需监测',
  26. value: '4',
  27. },
  28. ],
  29. issuyuan:[//是否溯源
  30. {
  31. label: '全部',
  32. value: '',
  33. },
  34. {
  35. label: '无需溯源',
  36. value: '2',
  37. },
  38. {
  39. label: '一级溯源',
  40. value: '3',
  41. },
  42. {
  43. label: '二级溯源',
  44. value: '4',
  45. },
  46. ],
  47. iszhengzhi:[//是否整治
  48. {
  49. label: '全部',
  50. value: '1',
  51. },
  52. {
  53. label: '整治完成',
  54. value: '2',
  55. },
  56. {
  57. label: '整治中',
  58. value: '3',
  59. },
  60. {
  61. label: '无需整治',
  62. value: '4',
  63. },
  64. ],
  65. leixingyi:[//排口类型 一级分类
  66. {
  67. label: '工业排污口',
  68. value: '1',
  69. },
  70. {
  71. label: '城镇污水处理厂排污口',
  72. value: '2',
  73. },
  74. {
  75. label: '农业排口',
  76. value: '3',
  77. },
  78. {
  79. label: '其他排口',
  80. value: '4',
  81. },
  82. ],
  83. leixinger:[//排口类型 二级分类
  84. {
  85. label: '工矿企业排污口',
  86. value: '1',
  87. },
  88. {
  89. label: '工矿企业雨洪排口',
  90. value: '2',
  91. },
  92. {
  93. label: '工业及其他各类园区污水处理厂排污口',
  94. value: '3',
  95. },
  96. {
  97. label: '工业及其他各类园区污水处理厂雨洪排口',
  98. value: '4',
  99. },
  100. {
  101. label: '城镇污水处理厂排污口',
  102. value: '5',
  103. },
  104. {
  105. label: '规模化畜禽养殖排污口',
  106. value: '6',
  107. },
  108. {
  109. label: '规模化水产养殖排污口',
  110. value: '7',
  111. },
  112. {
  113. label: '农村污水处理设施排污口',
  114. value: '8',
  115. },
  116. {
  117. label: '城镇生活污水散排口',
  118. value: '9',
  119. },
  120. {
  121. label: '农村生活污水散排口',
  122. value: '10',
  123. },
  124. {
  125. label: '城镇雨洪排口',
  126. value: '11',
  127. },
  128. {
  129. label: '其他排污口',
  130. value: '12',
  131. },
  132. ],
  133. leixingsan:[//排口类型 三级分类
  134. {
  135. label: '城镇污水集中处理设施排污口',
  136. value: '1',
  137. },
  138. {
  139. label: '沟渠、河港(涌)、排干等',
  140. value: '2',
  141. },
  142. {
  143. label: '水产养殖排污口',
  144. value: '3',
  145. },
  146. {
  147. label: '其他排口',
  148. value: '4',
  149. },
  150. ],
  151. paikouxingzhuang:[//排口形状
  152. {
  153. label: '管道',
  154. value: '1',
  155. },
  156. {
  157. label: '涵洞',
  158. value: '2',
  159. },
  160. {
  161. label: '沟',
  162. value: '3',
  163. },
  164. {
  165. label: '水闸',
  166. value: '4',
  167. },
  168. {
  169. label: '不规则水泥堆砌口',
  170. value: '5',
  171. },
  172. {
  173. label: '其他',
  174. value: '6',
  175. },
  176. ],
  177. rujianghe:[//入江河方式
  178. {
  179. label: '直接入河',
  180. value: '1',
  181. },
  182. {
  183. label: '间接排放',
  184. value: '2',
  185. },
  186. ],
  187. jiancefangshi:[//检测方式
  188. {
  189. label: '实验室检测',
  190. value: '1',
  191. },
  192. {
  193. label: '快速检测',
  194. value: '2',
  195. },
  196. ],
  197. zhengzhijinzhan:[//整治进展
  198.  
  199. {
  200. label: '进行中',
  201. value: '2',
  202. },
  203. {
  204. label: '已完成',
  205. value: '3',
  206. },
  207. {
  208. label: '无需监测',
  209. value: '4',
  210. },
  211. ],
  212.  
  213. //是否字段
  214. isState: [
  215. {
  216. label: '是',
  217. value: '1',
  218. elTagType: 'primary',
  219. },
  220. {
  221. label: '否',
  222. value: '0',
  223. elTagType: 'info',
  224. },
  225. ],
  226. // factorEchartsColor:[//对应的监测因子echarts颜色
  227.  
  228. // {
  229. // label: 'z',
  230. // value: '#99FF55',
  231. // },
  232. // {
  233. // label: 'va',
  234. // value: '#B14DE5',
  235. // },
  236. // {
  237. // label: 'cond',
  238. // value: '#FFC155',
  239. // },
  240. // {
  241. // label: 'sbl1',
  242. // value: '#19D5FF',
  243. // },
  244. // {
  245. // label: 'pn05',
  246. // value: '#19D5FF',
  247. // },
  248. // ],
  249. };