【新增】题型判分规则

This commit is contained in:
YOHO\20373
2025-05-18 00:01:29 +08:00
committed by 陆光LG
parent ad22af796d
commit 7c353b4e08
12 changed files with 106 additions and 10 deletions

View File

@@ -463,3 +463,11 @@ export const BpmAutoApproveType = {
APPROVE_ALL: 1, // 仅审批一次,后续重复的审批节点均自动通过
APPROVE_SEQUENT: 2 // 仅针对连续审批的节点自动通过
}
export const SCORE_ROLES = {
NONE: 0, // 不自动通过
APPROVE_ALL: 1, // 仅审批一次,后续重复的审批节点均自动通过
APPROVE_SEQUENT: 2 // 仅针对连续审批的节点自动通过
}

View File

@@ -122,6 +122,8 @@ QUESTION_SOURCE="question_source",
EXAM_QUE_DIFF="exam_que_difficulty",//题型难度
SYS_YES_NO="sys_yes_no",
EXAM_STATUS="exam_status",
SCORE_ROLES="score_roles",
// ========== SYSTEM 模块 ==========
SYSTEM_USER_SEX = 'system_user_sex',
SYSTEM_MENU_TYPE = 'system_menu_type',