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
bf8c0ff38a4d7780296dfaf33d0db0c1411623f4
Authored by
fengtao
2022-11-03 14:17:22 +0800
1 parent
cd8fea6b
fix:修改设备配置 设备类型字段名
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profiles/device.profile.data.ts
src/views/device/profiles/device.profile.data.ts
View file @
bf8c0ff
...
...
@@ -77,7 +77,7 @@ export const step1Schemas: FormSchema[] = [
77
77
slot: 'imageSelect',
78
78
},
79
79
{
80
-
field: '
brand
',
80
+
field: '
deviceType
',
81
81
component: 'ApiRadioGroup',
82
82
label: '设备类型',
83
83
required: true,
...
...