干燥机配套车间生产管理系统/云平台服务端
bsw215583320
2024-04-09 1f1fd51a80c6d790e0e797fca3b233399e92ce5e
src/views/dry/dataDefine/DryEquipment.data.ts
@@ -26,7 +26,12 @@
      dataIndex: 'remark',
   },
   {
      title: '车间id',
      title: '设备IP',
      align: 'center',
      dataIndex: 'ip',
   },
   {
      title: '车间',
      align: 'center',
      dataIndex: 'shopId_dictText',
   },
@@ -91,6 +96,14 @@
      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] }]
      },
   },
   {
@@ -161,5 +174,6 @@
   update_by: string
   update_time: Date
   tenant_id: number
   ip: string
   order: dryOrder
}