export default { buttonSign: [ 'addsign', 'subsign', 'claim', 'delegate', 'transfers', 'handle', 'reject', 'goto', 'take', // 拿回 ], // 按钮 buttonList: [ { id: 'submit', label: '办理', alias: null, type: 'submit', icon: 'edit', mustIdea: '2', attribute: {}, order: 1, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'addUser', label: '加签', alias: null, type: 'addUser', icon: 'user-add', mustIdea: '2', attribute: {}, order: 2, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'removeUser', label: '减签', alias: null, type: 'removeUser', icon: 'user-delete', mustIdea: '2', attribute: {}, order: 4, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'jump', label: '跳转', alias: null, type: 'jump', icon: 'rollback', mustIdea: '2', attribute: {}, order: 5, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'rejectPreTask', label: '退回上一步', alias: null, type: 'rejectPreTask', icon: 'redo', mustIdea: '2', attribute: {}, order: 7, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'rejectWantTask', label: '退回指定节点', alias: null, type: 'rejectWantTask', icon: 'redo', mustIdea: '2', attribute: {}, order: 8, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'delegateTask', label: '委派', alias: null, type: 'delegateTask', icon: 'file', mustIdea: '2', attribute: {}, order: 9, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'transferTask', label: '转办', alias: null, type: 'transferTask', icon: 'file', mustIdea: '2', attribute: {}, order: 10, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'take', label: '拿回', alias: null, type: 'take', icon: 'redo', mustIdea: '2', attribute: {}, order: 13, custom: false, global: false, buttonStyle: null, sign: 'done', }, { id: 'setInstanceUsers', label: '指派处理人', alias: null, type: 'setInstanceUsers', icon: 'team', mustIdea: '2', attribute: {}, order: 19, custom: false, global: false, buttonStyle: null, sign: 'todo', }, { id: 'terminate', label: '终止任务', alias: null, type: 'terminate', icon: 'terminate', mustIdea: '2', attribute: {}, order: 21, custom: false, global: false, buttonStyle: null, sign: 'todo', }, // { // id: 'addUserAndSubmit', // label: '加签并完成', // alias: null, // type: 'addUserAndSubmit', // icon: 'user-add', // mustIdea: '2', // attribute: {}, // order: 3, // custom: false, // global: false, // buttonStyle: null, // }, // { // id: 'rejectFirstTask', // label: '退回申请人', // alias: null, // type: 'rejectFirstTask', // icon: 'redo', // mustIdea: '2', // attribute: {}, // order: 6, // custom: false, // global: false, // buttonStyle: null, // }, // { // "id": "pressTodo", // "label": "催办", // "alias": null, // "type": "pressTodo", // "icon": "phone", // "mustIdea": "2", // "attribute": {}, // "order": 11, // "custom": false, // "global": true, // "buttonStyle": null // }, // { // id: 'addPassRound', // label: '增加传阅人', // alias: null, // type: 'addPassRound', // icon: 'user-add', // mustIdea: '2', // attribute: {}, // order: 12, // custom: false, // global: false, // buttonStyle: null, // }, // { // "id": "reBackFirst", // "label": "撤销", // "alias": null, // "type": "reBackFirst", // "icon": "redo", // "mustIdea": "2", // "attribute": {}, // "order": 15, // "custom": false, // "global": true, // "buttonStyle": null // }, // { // "id": "suspend", // "label": "挂起", // "alias": null, // "type": "suspend", // "icon": "pause", // "mustIdea": "2", // "attribute": {}, // "order": 16, // "custom": false, // "global": true, // "buttonStyle": null // }, // { // "id": "activate", // "label": "恢复", // "alias": null, // "type": "activate", // "icon": "play-circle", // "mustIdea": "2", // "attribute": {}, // "order": 17, // "custom": false, // "global": true, // "buttonStyle": null // }, // { // "id": "addReader", // "label": "增加读者", // "alias": null, // "type": "addReader", // "icon": "user-add", // "mustIdea": "2", // "attribute": {}, // "order": 18, // "custom": false, // "global": true, // "buttonStyle": null // }, ], }