[add 功能安全中心] 基础页面

This commit is contained in:
danshihao
2024-06-19 11:22:45 +08:00
parent 1f0e17bfdb
commit 7ed658f9d8
10 changed files with 2573 additions and 3 deletions
+5
View File
@@ -11,6 +11,11 @@ export const ProjectTypeEnums = {
PACK_PRO: { name: '打包项目', value: 8 }
}
// 会议类型
export const MeetTypeEnums = {
safetyCenter: { name: '功能安全中心', value: '8' },
}
// 参会人员身份类型
export const MeetIdentifyTypeEnums = {
guest: { name: '嘉宾', index: 1 },