Explorar el Código

3660

tags/v1.2.0
zhangtao hace 1 año
padre
commit
26645f68d2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/utils/dictionary.js

+ 2
- 2
src/utils/dictionary.js Ver fichero

@@ -92,8 +92,8 @@ export const MATERIAL_TYPE = [
]

export const EARLY_SOURCE = [
{ label: '无人机巡检', value: 1 },
{ label: '监控识别', value: 2 },
{ label: '无人机巡检', value: 2 },
{ label: '监控识别', value: 1 },
{ label: '人工上报', value: 3 }
]
export const FIRE_STATUS = [

Cargando…
Cancelar
Guardar