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
  • ..
  • detailtemplate
  • config.ts
  • refactor:重构设备配置待完成
    8754023d
    fengtao authored
    2022-02-11 18:04:01 +0800  
    Browse Files »
config.ts 300 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: 'alarmDetails',
    label: '',
    colProps: { span: 17 },
    component: 'Input',
    componentProps: {
      maxLength: 255,
      placeholder: '请输入报警详细信息',
    },
  },
];