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
8d8122f7d9fa2ca0b4998dd237fbc1b8b7a4d73f
Authored by
fengtao
2023-01-05 15:06:06 +0800
1 parent
3c0bb1af
pref:优化设备列表产品筛选传数组 地理位置产品筛选传数组 产品跳转筛选传数组
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/config/device.data.ts
src/views/device/list/config/device.data.ts
View file @
8d8122f
...
...
@@ -110,7 +110,7 @@ export const searchFormSchema: FormSchema[] = [
110
110
},
111
111
{
112
112
field: 'deviceProfileId',
113
-
label: '产品
1
',
113
+
label: '产品',
114
114
component: 'ApiSelect',
115
115
colProps: { span: 6 },
116
116
componentProps: () => {
...
...