通用的评论组件
流程图中可查看当前流程审批人 首页使用配置项中的后端地址 列表字段默认左对齐
This commit is contained in:
@ -50,6 +50,7 @@ export interface FormInfoItem {
|
||||
formType: FormType;
|
||||
}
|
||||
export interface FlowInfo {
|
||||
currentTaskAssigneeNames: string;
|
||||
isCountersign: boolean;
|
||||
isAddOrSubSign: boolean;
|
||||
schemaInfo: {
|
||||
@ -97,6 +98,7 @@ export interface TaskApproveOpinion {
|
||||
}
|
||||
export interface BpmnFlowForm {
|
||||
// schemaId: string;
|
||||
currentTaskAssignee: string;
|
||||
item: BpmnFlowFormItem;
|
||||
xml: string;
|
||||
formInfos: Array<FormInfoItem>;
|
||||
|
||||
Reference in New Issue
Block a user