fix : 修复审批节点

This commit is contained in:
2024-10-13 21:59:27 +08:00
parent 4ab7a04c92
commit 0fc92b7742

View File

@@ -102,6 +102,8 @@ const content = computed(() => {
}
case "MATRIX_APPROVAL":
return '矩阵审批'
case "DSTI_CONTACT_PERSON":
return '下属科创部对接人'
default:
return '未知设置项'
}