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:修复没分配首页权限显示404,秋云修复修改密码,wip:设配配置搜集三个子弹窗的数据
    61208621
    fengistao authored
    2021-12-20 21:14:59 +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: '请输入报警详细信息',
    },
  },
];