mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-24 21:00:51 +08:00
初步引入regex
This commit is contained in:
87
frontend/vben/src/views/dashboard/regex/data.ts
Normal file
87
frontend/vben/src/views/dashboard/regex/data.ts
Normal file
@@ -0,0 +1,87 @@
|
||||
import { FormSchema } from '/@/components/Form'
|
||||
const colProps = {
|
||||
span: 8,
|
||||
}
|
||||
|
||||
export const schemas: FormSchema[] = [
|
||||
{
|
||||
field: 'title',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '标题',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'class',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'opencl',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'date',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'time',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'rate',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'major',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'sub',
|
||||
component: 'Input',
|
||||
colProps,
|
||||
label: '客户',
|
||||
helpMessage: '目标的服务对象',
|
||||
componentProps: {
|
||||
placeholder: '请描述你服务的客户,内部客户直接 @姓名/工号',
|
||||
},
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user