Merge pull request 'fix : 修复审批节点' (#832) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/832
This commit is contained in:
2024-10-13 13:59:52 +00:00

View File

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