{ "data快速生成模板": { "prefix": "data_quick", "body": [ "import { BasicColumn, FormSchema } from '/@/components/Table';", "import { radioBoolean } from '/@/utils/filters';\n", "export const columns: BasicColumn[] = [", "\t{", "\t\ttitle: '$1',", "\t\tdataIndex: '$2',", "\t\twidth: 150,", "\t}", "]\n", "export const searchFormSchema: FormSchema[] = [", "\t{", "\t\tfield: '$3',", "\t\tlabel: '$4',", "\t\tcomponent: 'Input',", "\t\tcomponentProps: {", "\t\t\tplaceholder: '请输入',", "\t\t},", "\t}", "]\n", "export const dataFormSchema: FormSchema[] = [", "\t{", "\t\tfield: ' ',", "\t\tlabel: ' ',", "\t\tcomponent: 'Input',", "\t\trequired: true,", "\t\tcomponentProps: {", "\t\t\tplaceholder: '请输入',", "\t\t},", "\t}", "]\n", ], "description": "data_quick" } }