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
cba312baa2f49235e4bc68e7fd79c59759eb48ee
Authored by
fengwotao
2023-04-24 21:39:48 +0800
1 parent
4d226ca3
fix:DEFECT-1247 设备创建网关子设备时,选择网关设备的回显问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/config/data.ts
src/views/device/list/config/data.ts
View file @
cba312b
...
...
@@ -162,7 +162,7 @@ export const step1Schemas: FormSchema[] = [
162
162
transportType,
163
163
},
164
164
valueField: 'tbDeviceId',
165
-
labelField: '
name
',
165
+
labelField: '
alias
',
166
166
};
167
167
},
168
168
},
...
...