上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 点击查看代码 /** * base64转字符串 * @param {String} str * @returns */ export function strEncode64(str) { // 对字符串进行编码 var encode = encodeURI(str); // 对编码的字符串转化ba 阅读全文
posted @ 2023-05-12 16:27 乌卡拉卡 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://devpress.csdn.net/viewdesign/6455f3ecae650e245cfebee1.html?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefa 阅读全文
posted @ 2023-05-12 16:26 乌卡拉卡 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 0: “diagram.destroy” 1: “render.shape” 2: “render.connection” 3: “render.getShapePath” 4: “render.getConnectionPath” 5: “diagram.init” 6: “shape.added 阅读全文
posted @ 2023-05-05 10:13 乌卡拉卡 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 let formData = new FormData(); formData.append('file', new Blob([xml], { type: 'text/xml' }), '文件名.bpmn'); const params = { file: formData, hea 阅读全文
posted @ 2023-04-25 17:20 乌卡拉卡 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 <template> <div class="custom-properties-panel my-card"> <div v-if="selectedElements.length <= 0" class="empty">请选择一个节点</div> <div v-else-if="s 阅读全文
posted @ 2023-04-17 17:10 乌卡拉卡 阅读(808) 评论(0) 推荐(0) 编辑
摘要: https://www.vue-js.com/topic/5f6c4af84590fe0031e591ef 完整代码见github:https://github.com/griabcrh/vue-activiti-demo 适配activiti import activitiModdleDescri 阅读全文
posted @ 2023-04-13 17:48 乌卡拉卡 阅读(808) 评论(0) 推荐(0) 编辑
摘要: https://cdn.staticaly.com/gh/bpmn-io/bpmn-font/master/dist/demo.html 阅读全文
posted @ 2023-04-13 14:28 乌卡拉卡 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://github.com/bpmn-io/bpmn-font bpmn图标 https://cdn.staticaly.com/gh/bpmn-io/bpmn-font/master/dist/demo.html paletteData.js /** * 存储流程设计相关参数 */ ex 阅读全文
posted @ 2023-04-12 17:30 乌卡拉卡 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7018527180015534110 阅读全文
posted @ 2023-04-12 16:37 乌卡拉卡 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45952434/article/details/129550340 vue中使用bpmn-js绘制流程图,并实现汉化、自定义Palette及ContextPad。 https://github.com/qhanqing/bpmn-vue 设 阅读全文
posted @ 2023-04-10 16:00 乌卡拉卡 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页