Explorar el Código

修改枚举类型 多一个报警消息

chauncey hace 1 año
padre
commit
e620b97864
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/message/constant.ts

+ 2 - 1
src/views/message/constant.ts

@@ -11,7 +11,8 @@ export const statisticTypeName = [
     { value: 5, label: "自定义" },
 ];
 export const messageTypeName = [
-    { value: 1, label: "报表消息" }
+    { value: 1, label: "报表消息" },
+    { value: 2, label: "报警消息" },
 ]
 export const pushChannelName = [
     { value: 1, label: "蓝信" },