|
@@ -42,42 +42,42 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
icon: <HomeOutlined />,
|
|
icon: <HomeOutlined />,
|
|
|
sections: [
|
|
sections: [
|
|
|
{
|
|
{
|
|
|
- id: 'site-info',
|
|
|
|
|
|
|
+ id: 'site_info',
|
|
|
title: '站点信息',
|
|
title: '站点信息',
|
|
|
component: SystemHome.SiteInfo,
|
|
component: SystemHome.SiteInfo,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'user-account',
|
|
|
|
|
|
|
+ id: 'user_account',
|
|
|
title: '用户账户',
|
|
title: '用户账户',
|
|
|
component: SystemHome.UserAccount,
|
|
component: SystemHome.UserAccount,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'disk-space-management',
|
|
|
|
|
|
|
+ id: 'disk_space_management',
|
|
|
title: '磁盘空间管理',
|
|
title: '磁盘空间管理',
|
|
|
component: SystemHome.DiskSpaceManagement,
|
|
component: SystemHome.DiskSpaceManagement,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'doctor-technician',
|
|
|
|
|
|
|
+ id: 'doctor_technician',
|
|
|
title: '医生和技师',
|
|
title: '医生和技师',
|
|
|
component: SystemHome.DoctorTechnician,
|
|
component: SystemHome.DoctorTechnician,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'backup-restore',
|
|
|
|
|
|
|
+ id: 'backup_restore',
|
|
|
title: '备份与恢复',
|
|
title: '备份与恢复',
|
|
|
component: SystemHome.BackupRestore,
|
|
component: SystemHome.BackupRestore,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'log-cleanup',
|
|
|
|
|
|
|
+ id: 'log_cleanup',
|
|
|
title: '日志清理',
|
|
title: '日志清理',
|
|
|
component: SystemHome.LogCleanup,
|
|
component: SystemHome.LogCleanup,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'info-security',
|
|
|
|
|
|
|
+ id: 'info_security',
|
|
|
title: '信息安全',
|
|
title: '信息安全',
|
|
|
component: SystemHome.InfoSecurity,
|
|
component: SystemHome.InfoSecurity,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'software-license',
|
|
|
|
|
|
|
+ id: 'software_license',
|
|
|
title: '软件许可',
|
|
title: '软件许可',
|
|
|
component: SystemHome.SoftwareLicense,
|
|
component: SystemHome.SoftwareLicense,
|
|
|
},
|
|
},
|
|
@@ -89,12 +89,17 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
icon: <SettingOutlined />,
|
|
icon: <SettingOutlined />,
|
|
|
sections: [
|
|
sections: [
|
|
|
{
|
|
{
|
|
|
- id: 'general-settings',
|
|
|
|
|
|
|
+ id: 'general_settings',
|
|
|
title: '通用设置',
|
|
title: '通用设置',
|
|
|
component: Preferences.GeneralSettings,
|
|
component: Preferences.GeneralSettings,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'workflow-inspection',
|
|
|
|
|
|
|
+ id: 'language_settings',
|
|
|
|
|
+ title: '语言设置',
|
|
|
|
|
+ component: Preferences.LanguageSettingsComponent,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 'workflow_inspection',
|
|
|
title: '流程检査',
|
|
title: '流程检査',
|
|
|
component: Preferences.WorkflowInspection,
|
|
component: Preferences.WorkflowInspection,
|
|
|
},
|
|
},
|
|
@@ -104,17 +109,17 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
component: Preferences.Workflow,
|
|
component: Preferences.Workflow,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'user-info',
|
|
|
|
|
|
|
+ id: 'user_info',
|
|
|
title: '用户信息',
|
|
title: '用户信息',
|
|
|
component: Preferences.UserInfo,
|
|
component: Preferences.UserInfo,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'add-remarks',
|
|
|
|
|
|
|
+ id: 'add_remarks',
|
|
|
title: '添加备注',
|
|
title: '添加备注',
|
|
|
component: Preferences.AddRemarks,
|
|
component: Preferences.AddRemarks,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'view-and-process',
|
|
|
|
|
|
|
+ id: 'view_and_process',
|
|
|
title: '查看和处理',
|
|
title: '查看和处理',
|
|
|
component: Preferences.ViewAndProcess,
|
|
component: Preferences.ViewAndProcess,
|
|
|
},
|
|
},
|
|
@@ -131,22 +136,22 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
icon: <ToolOutlined />,
|
|
icon: <ToolOutlined />,
|
|
|
sections: [
|
|
sections: [
|
|
|
{
|
|
{
|
|
|
- id: 'flat-panel-detector',
|
|
|
|
|
|
|
+ id: 'flat_panel_detector',
|
|
|
title: '平板探测',
|
|
title: '平板探测',
|
|
|
component: Hardware.FlatPanelDetector,
|
|
component: Hardware.FlatPanelDetector,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'high-voltage-generator',
|
|
|
|
|
|
|
+ id: 'high_voltage_generator',
|
|
|
title: '高压发生器',
|
|
title: '高压发生器',
|
|
|
component: Hardware.HighVoltageGenerator,
|
|
component: Hardware.HighVoltageGenerator,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'sync-box',
|
|
|
|
|
|
|
+ id: 'sync_box',
|
|
|
title: '同步盒',
|
|
title: '同步盒',
|
|
|
component: Hardware.SyncBox,
|
|
component: Hardware.SyncBox,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'workstation-sync',
|
|
|
|
|
|
|
+ id: 'workstation_sync',
|
|
|
title: '工作位与同步',
|
|
title: '工作位与同步',
|
|
|
component: Hardware.WorkstationSync,
|
|
component: Hardware.WorkstationSync,
|
|
|
},
|
|
},
|
|
@@ -188,17 +193,17 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
component: Network.Connection,
|
|
component: Network.Connection,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'network-preferences',
|
|
|
|
|
|
|
+ id: 'network_preferences',
|
|
|
title: '首选项',
|
|
title: '首选项',
|
|
|
component: Network.NetworkPreferences,
|
|
component: Network.NetworkPreferences,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'tag-mapping',
|
|
|
|
|
|
|
+ id: 'tag_mapping',
|
|
|
title: '标记映射',
|
|
title: '标记映射',
|
|
|
component: Network.TagMapping,
|
|
component: Network.TagMapping,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'network-test',
|
|
|
|
|
|
|
+ id: 'network_test',
|
|
|
title: '测试',
|
|
title: '测试',
|
|
|
component: Network.NetworkTest,
|
|
component: Network.NetworkTest,
|
|
|
},
|
|
},
|
|
@@ -210,32 +215,32 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
icon: <FileTextOutlined />,
|
|
icon: <FileTextOutlined />,
|
|
|
sections: [
|
|
sections: [
|
|
|
{
|
|
{
|
|
|
- id: 'exam-protocol',
|
|
|
|
|
|
|
+ id: 'exam_protocol',
|
|
|
title: '检查协议',
|
|
title: '检查协议',
|
|
|
component: Protocol.ExamProtocol,
|
|
component: Protocol.ExamProtocol,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'imaging-position',
|
|
|
|
|
|
|
+ id: 'imaging_position',
|
|
|
title: '摄影体位',
|
|
title: '摄影体位',
|
|
|
component: Protocol.ImagingPosition,
|
|
component: Protocol.ImagingPosition,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'exposure-parameters',
|
|
|
|
|
|
|
+ id: 'exposure_parameters',
|
|
|
title: '曝光参数',
|
|
title: '曝光参数',
|
|
|
component: Protocol.ExposureParameters,
|
|
component: Protocol.ExposureParameters,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'processing-parameters',
|
|
|
|
|
|
|
+ id: 'processing_parameters',
|
|
|
title: '处理参数',
|
|
title: '处理参数',
|
|
|
component: Protocol.ProcessingParameters,
|
|
component: Protocol.ProcessingParameters,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'import-export',
|
|
|
|
|
|
|
+ id: 'import_export',
|
|
|
title: '导入导出',
|
|
title: '导入导出',
|
|
|
component: Protocol.ImportExport,
|
|
component: Protocol.ImportExport,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'parameter-set',
|
|
|
|
|
|
|
+ id: 'parameter_set',
|
|
|
title: '参数集',
|
|
title: '参数集',
|
|
|
component: Protocol.ParameterSet,
|
|
component: Protocol.ParameterSet,
|
|
|
},
|
|
},
|
|
@@ -252,27 +257,27 @@ export const settingsConfig: SettingsCategory[] = [
|
|
|
component: Statistics.Workload,
|
|
component: Statistics.Workload,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'body-part',
|
|
|
|
|
|
|
+ id: 'body_part',
|
|
|
title: '身体部位',
|
|
title: '身体部位',
|
|
|
component: Statistics.BodyPart,
|
|
component: Statistics.BodyPart,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'rejection-reason',
|
|
|
|
|
|
|
+ id: 'rejection_reason',
|
|
|
title: '拒绝原因',
|
|
title: '拒绝原因',
|
|
|
component: Statistics.RejectionReason,
|
|
component: Statistics.RejectionReason,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'dose-statistics',
|
|
|
|
|
|
|
+ id: 'dose_statistics',
|
|
|
title: '剂量统计',
|
|
title: '剂量统计',
|
|
|
component: Statistics.DoseStatistics,
|
|
component: Statistics.DoseStatistics,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'print-statistics',
|
|
|
|
|
|
|
+ id: 'print_statistics',
|
|
|
title: '打印统计',
|
|
title: '打印统计',
|
|
|
component: Statistics.PrintStatistics,
|
|
component: Statistics.PrintStatistics,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- id: 'hardware-status',
|
|
|
|
|
|
|
+ id: 'hardware_status',
|
|
|
title: '硬件状态统计',
|
|
title: '硬件状态统计',
|
|
|
component: Statistics.HardwareStatus,
|
|
component: Statistics.HardwareStatus,
|
|
|
},
|
|
},
|