mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-02 12:14:06 +08: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