@custouch/jssdk
    Preparing search index...

    Type Alias Status

    工单节点信息

    type Status = {
        auditorItems?: { id: string; type: AuditorType }[];
        auditorRole: string;
        auditors?: string[];
        content?: string;
        isEnd: boolean;
        modifiedAt: string;
        remark: string;
        statusId: string;
    }
    Index

    Properties

    auditorItems?: { id: string; type: AuditorType }[]

    账号/员工审核人信息

    auditorRole: string

    角色名称

    auditors?: string[]

    员工id

    content?: string

    节点名称

    isEnd: boolean

    是否是结束节点

    modifiedAt: string
    remark: string

    节点备注

    statusId: string

    节点id

    用于流转