mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-20 02:48:38 +00:00
BPM:增强 model 流程模型部署时,各种参数校验
This commit is contained in:
@@ -368,7 +368,7 @@ const elementHover = (element) => {
|
||||
html += `<p>结束时间:${formatDate(processInstance.value.endTime)}</p>`
|
||||
}
|
||||
}
|
||||
console.log(html, 'html111111111111111')
|
||||
// console.log(html, 'html111111111111111')
|
||||
elementOverlayIds.value[element.value.id] = toRaw(overlays.value)?.add(element.value, {
|
||||
position: { left: 0, bottom: 0 },
|
||||
html: `<div class="element-overlays">${html}</div>`
|
||||
|
||||
Reference in New Issue
Block a user