干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2023-11-07 e90b860aaa30bb3e5486618b447589eee75ff6ec
src/views/dry/dataDefine/DryEquipment.data.ts
@@ -26,6 +26,11 @@
      dataIndex: 'remark',
   },
   {
      title: '设备IP',
      align: 'center',
      dataIndex: 'ip',
   },
   {
      title: '车间id',
      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
}