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