Commit c25fb97f authored by 赵啸非's avatar 赵啸非

修改查询条件

parent dbf82e80
...@@ -87,13 +87,13 @@ export default { ...@@ -87,13 +87,13 @@ export default {
}, },
{ {
name: "detectTimeStart", name: "monitorTimeStart",
type: "datetime", type: "datetime",
label: "开始时间", label: "开始时间",
}, },
{ {
name: "detectTimeEnd", name: "monitorTimeEnd",
type: "datetime", type: "datetime",
label: "结束时间", label: "结束时间",
}, },
......
...@@ -94,19 +94,30 @@ public final class Constant { ...@@ -94,19 +94,30 @@ public final class Constant {
/** /**
* 陌生人监控计划 * 陌生人监控计划
*/ */
public final static String STRANGER_PLAN = "stranger_plan_1"; public final static String STRANGER_PLAN = "stranger_plan";
public final static String STRANGER_PLAN_DESC = "陌生人监控计划"; public final static String STRANGER_PLAN_DESC = "陌生人监控计划";
/** /**
* 预约监控计划 * 预约监控计划
*/ */
public final static String APPOINTMENT_PLAN = "appointment_plan_1"; public final static String APPOINTMENT_PLAN = "appointment_plan";
public final static String APPOINTMENT_PLAN_DESC = "预约人监控计划"; public final static String APPOINTMENT_PLAN_DESC = "预约人监控计划";
/** /**
* 预约人员分组 * 预约人员分组
*/ */
public final static String APPOINTMENT_GROUP = "appointment_group_1"; public final static String APPOINTMENT_GROUP = "appointment_group";
/**
* 预约监控计划前缀
*/
public final static String APPOINTMENT_PLAN_PREFIX = "appointment_plan_";
/**
* 预约人员分组
*/
public final static String APPOINTMENT_GROUP_PREFIX = "appointment_group_";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment