feat: [bpm][ele] bpmn 设计器问题修复

This commit is contained in:
jason
2025-12-18 23:28:59 +08:00
parent 9504fa3980
commit 0d043bca94
2 changed files with 3 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ defineExpose({ validate });
</ElFormItem>
<ElFormItem label="流程图标">
<ImageUpload
v-model:value="modelData.icon"
v-model="modelData.icon"
:show-description="false"
width="120px"
height="120px"

View File

@@ -5,7 +5,8 @@
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}
},
"allowJs": true
},
"references": [{ "path": "./tsconfig.node.json" }],
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]