规范化后的skill
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"workflowName": "用车审批流程",
|
||||
"workflowId": "<WORKFLOW_ID_INTERNAL_ONLY>",
|
||||
"formId": "<FORM_ID_INTERNAL_ONLY>",
|
||||
"mainFields": [
|
||||
{
|
||||
"title": "申请人",
|
||||
"dataKey": "applicant",
|
||||
"type": "Employee",
|
||||
"required": "需确认",
|
||||
"businessGroup": "申请信息"
|
||||
},
|
||||
{
|
||||
"title": "申请部门",
|
||||
"dataKey": "department",
|
||||
"type": "Department",
|
||||
"required": "需确认",
|
||||
"businessGroup": "申请信息"
|
||||
},
|
||||
{
|
||||
"title": "用车日期",
|
||||
"dataKey": "vehicleDate",
|
||||
"type": "Date",
|
||||
"required": "需确认",
|
||||
"businessGroup": "用车信息"
|
||||
},
|
||||
{
|
||||
"title": "用车事由",
|
||||
"dataKey": "reason",
|
||||
"type": "TextArea",
|
||||
"required": "需确认",
|
||||
"businessGroup": "用车信息"
|
||||
}
|
||||
],
|
||||
"detailTables": []
|
||||
}
|
||||
Reference in New Issue
Block a user