|
|
@@ -448,8 +448,7 @@ export function useFlowDesigner(lfContainer: Ref<HTMLDivElement | undefined>) {
|
|
|
// 设置/清理连线文本
|
|
|
const displayText =
|
|
|
e.properties.branchName ||
|
|
|
- (!e.properties.isDefault && e.properties.condition) ||
|
|
|
- (e.properties.isDefault ? '默认' : '')
|
|
|
+ (!e.properties.isDefault && e.properties.condition)
|
|
|
if (displayText) {
|
|
|
e.text = { value: displayText }
|
|
|
} else {
|