Showing
1 changed file
with
4 additions
and
4 deletions
@@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [ | @@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [ | ||
12 | width: 120, | 12 | width: 120, |
13 | }, | 13 | }, |
14 | { | 14 | { |
15 | - title: '设备配置', | 15 | + title: '产品', |
16 | dataIndex: 'deviceProfileName', | 16 | dataIndex: 'deviceProfileName', |
17 | width: 120, | 17 | width: 120, |
18 | }, | 18 | }, |
@@ -79,11 +79,11 @@ export const searchFormSchema: FormSchema[] = [ | @@ -79,11 +79,11 @@ export const searchFormSchema: FormSchema[] = [ | ||
79 | }, | 79 | }, |
80 | { | 80 | { |
81 | field: 'deviceProfileName', | 81 | field: 'deviceProfileName', |
82 | - label: '设备配置', | 82 | + label: '产品', |
83 | component: 'Input', | 83 | component: 'Input', |
84 | componentProps: { | 84 | componentProps: { |
85 | maxLength: 255, | 85 | maxLength: 255, |
86 | - placeholder: '请输入设备配置', | 86 | + placeholder: '请输入产品', |
87 | }, | 87 | }, |
88 | dynamicRules: () => { | 88 | dynamicRules: () => { |
89 | return [ | 89 | return [ |
@@ -162,7 +162,7 @@ export const formSchema: DescItem[] = [ | @@ -162,7 +162,7 @@ export const formSchema: DescItem[] = [ | ||
162 | }, | 162 | }, |
163 | { | 163 | { |
164 | field: 'deviceProfileName', | 164 | field: 'deviceProfileName', |
165 | - label: '设备配置', | 165 | + label: '产品', |
166 | }, | 166 | }, |
167 | { | 167 | { |
168 | field: 'deviceType', | 168 | field: 'deviceType', |