feat: [bpm][ele] bpmn 设计器问题修复
This commit is contained in:
@@ -289,7 +289,7 @@ defineExpose({ validate });
|
|||||||
</ElFormItem>
|
</ElFormItem>
|
||||||
<ElFormItem label="流程图标">
|
<ElFormItem label="流程图标">
|
||||||
<ImageUpload
|
<ImageUpload
|
||||||
v-model:value="modelData.icon"
|
v-model="modelData.icon"
|
||||||
:show-description="false"
|
:show-description="false"
|
||||||
width="120px"
|
width="120px"
|
||||||
height="120px"
|
height="120px"
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"#/*": ["./src/*"]
|
"#/*": ["./src/*"]
|
||||||
}
|
},
|
||||||
|
"allowJs": true
|
||||||
},
|
},
|
||||||
"references": [{ "path": "./tsconfig.node.json" }],
|
"references": [{ "path": "./tsconfig.node.json" }],
|
||||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||||||
|
|||||||
Reference in New Issue
Block a user