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