feat : workflow编辑器 无用功能屏蔽
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
import Node from './Node.vue'
|
||||
import {computed, defineExpose} from 'vue'
|
||||
import {Stamp} from '@element-plus/icons-vue'
|
||||
|
||||
const emit = defineEmits(['insertNode', 'selected', 'delNode'])
|
||||
const props = defineProps({
|
||||
config: {
|
||||
@@ -80,7 +81,7 @@ const content = computed(() => {
|
||||
if (text && text.title) {
|
||||
return `表单(${text.title})内的人员`
|
||||
} else {
|
||||
return '该表单已被移除😥'
|
||||
return '该表单已被移除'
|
||||
}
|
||||
}
|
||||
case "ROLE":
|
||||
@@ -91,8 +92,10 @@ const content = computed(() => {
|
||||
} else {
|
||||
return '指定角色(未设置)'
|
||||
}
|
||||
case "MATRIX_APPROVAL":
|
||||
return '矩阵审批'
|
||||
default:
|
||||
return '未知设置项😥'
|
||||
return '未知设置项'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user