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
  • feat:新增场景联动新增按钮,删除按钮和编辑按钮权限,fix:修复设备配置编辑第三步数据回显和无法删除报警规则,修改设备配置文件夹名字
    d9aba9ca
    fengtao authored
    2022-03-02 09:39:33 +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: '请输入报警详细信息',
    },
  },
];