Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d6d1dd701ff678ae7e086b84c4fb4c25ed64294c
Authored by
fengwotao
2023-08-29 09:21:45 +0800
1 parent
19e7b675
feat: DEFECT-1526 修复事件管理记录的筛选条件是事件类型不是告警类型
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/cpns/tabs/EventManage/config.ts
src/views/device/list/cpns/tabs/EventManage/config.ts
View file @
d6d1dd7
...
...
@@ -72,7 +72,7 @@ export const formSchemas: FormSchema[] = [
72
72
},
73
73
{
74
74
field: 'eventType',
75
-
label: '
告警
类型',
75
+
label: '
事件
类型',
76
76
component: 'ApiSelect',
77
77
componentProps: {
78
78
placeholder: '请选择事件类型',
...
...