config.ts 316 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: 12 }, required: true, component: 'Input', componentProps: { placeholder: '请输入报警详细信息', }, }, ];