Project: {
    createdAt: string;
    id: string;
    parameters: {
        hidden: boolean;
        name: string;
        optionSource?: {
            enable: boolean;
            url: string;
        };
        options?: {
            label: string;
            value: string;
        }[];
        title: string;
        type: string;
    }[];
    status: {
        id: string;
        order: string;
        remark: string;
        transitions: {
            to: string;
        }[];
    }[];
    title: string;
}

工单项目信息

Type declaration

  • createdAt: string
  • id: string
  • parameters: {
        hidden: boolean;
        name: string;
        optionSource?: {
            enable: boolean;
            url: string;
        };
        options?: {
            label: string;
            value: string;
        }[];
        title: string;
        type: string;
    }[]

    包含的完整问卷参数配置

  • status: {
        id: string;
        order: string;
        remark: string;
        transitions: {
            to: string;
        }[];
    }[]

    包含的完整的状态配置

    Description

    第一个节点为本身节点,后续节点为可供流转的节点

  • title: string

Generated using TypeDoc