Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
c25fb97f
Commit
c25fb97f
authored
Jan 17, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询条件
parent
dbf82e80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
refined-manager-ui/admin/src/views/appointment/records/list.vue
...d-manager-ui/admin/src/views/appointment/records/list.vue
+2
-2
refined-manager/src/main/java/com/mortals/xhx/common/key/Constant.java
...er/src/main/java/com/mortals/xhx/common/key/Constant.java
+14
-3
No files found.
refined-manager-ui/admin/src/views/appointment/records/list.vue
View file @
c25fb97f
...
...
@@ -87,13 +87,13 @@ export default {
},
{
name
:
"
detect
TimeStart
"
,
name
:
"
monitor
TimeStart
"
,
type
:
"
datetime
"
,
label
:
"
开始时间
"
,
},
{
name
:
"
detect
TimeEnd
"
,
name
:
"
monitor
TimeEnd
"
,
type
:
"
datetime
"
,
label
:
"
结束时间
"
,
},
...
...
refined-manager/src/main/java/com/mortals/xhx/common/key/Constant.java
View file @
c25fb97f
...
...
@@ -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
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_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_"
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment