Commit 252bce2a authored by baiyinhao's avatar baiyinhao

修改需求大厅

parent 956b542a
......@@ -28,3 +28,33 @@ export const formSchema = [
label: '预计金额',
},
];
export const FormSchemaDetail = [
{
field: 'name',
label: '需求名称',
},
{
field: 'type',
label: '类型',
},
{
field: 'person',
label: '联系人',
},
{
field: 'phone',
label: '联系电话',
},
{
field: 'company',
label: '公司',
},
{
field: 'des',
label: '需求描述',
},
{
field: 'amount',
label: '预计金额',
},
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment