Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • ..
  • alarmruleconditions
  • config.ts
  • wip:设备配置新增报警规则的弹窗(详情模板、启用规则、规则条件)
    6c6a1430
    fengistao authored
    2021-12-17 18:04:17 +0800  
    Browse Files »
config.ts 310 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import { FormSchema } from '/@/components/Table';

export const formSchema: FormSchema[] = [
  {
    field: 'detail',
    label: '报警详细信息',
    colProps: { span: 24 },
    required: true,
    component: 'Input',
    componentProps: {
      placeholder: '请输入报警详细信息',
    },
  },
];