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
8cdaaf9a69ee8a4b8e2beee0c87224afdb8be366
Authored by
ww
2023-08-01 10:00:12 +0800
1 parent
433e9383
fix: 修改Modbus枚举值
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/task/center/config/index.ts
src/views/task/center/config/index.ts
View file @
8cdaaf9
...
...
@@ -27,7 +27,7 @@ export enum TaskTargetNameEnum {
27
27
28
28
export enum TaskTypeEnum {
29
29
CUSTOM = 'CUSTOM',
30
-
MODBUS = 'MODBUS',
30
+
MODBUS = 'MODBUS
_RTU
',
31
31
}
32
32
33
33
export enum TaskTypeNameEnum {
...
...