mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
feat: [bpm][ele] bpmn 设计器问题修复
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"allowJs": true
|
||||
},
|
||||
"references": [{ "path": "./tsconfig.node.json" }],
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||||
|
||||
Reference in New Issue
Block a user