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: '请输入报警详细信息', }, }, ];