| | |
| | | dataIndex: 'remark', |
| | | }, |
| | | { |
| | | title: '设备IP', |
| | | align: 'center', |
| | | dataIndex: 'ip', |
| | | }, |
| | | { |
| | | title: '车间id', |
| | | align: 'center', |
| | | dataIndex: 'shopId_dictText', |
| | |
| | | component: 'Input', |
| | | dynamicRules: ({ model, schema }) => { |
| | | return [{ required: true, message: '请输入设备名称!' }, { ...rules.duplicateCheckRule('dry_equipment', 'name', model, schema)[0] }] |
| | | }, |
| | | }, |
| | | { |
| | | label: '设备IP', |
| | | field: 'ip', |
| | | component: 'Input', |
| | | dynamicRules: ({ model, schema }) => { |
| | | return [{ required: true, message: '请绑定设备IP!' }, { ...rules.duplicateCheckRule('dry_equipment', 'ip', model, schema)[0] }] |
| | | }, |
| | | }, |
| | | { |
| | |
| | | update_by: string |
| | | update_time: Date |
| | | tenant_id: number |
| | | ip: string |
| | | order: dryOrder |
| | | } |