- A.{{ item.OPTIONA }}
- B.{{ item.OPTIONB }}
- C.{{ item.OPTIONC }}
- D.{{ item.OPTIOND }}
+ A.{{ item.OPTIONA }}
+ B.{{ item.OPTIONB }}
+ C.{{ item.OPTIONC }}
+ D.{{ item.OPTIOND }}
- A.{{ item.OPTIONA }}
- B.{{ item.OPTIONB }}
- C.{{ item.OPTIONC }}
- D.{{ item.OPTIOND }}
+ A.{{ item.OPTIONA }}
+ B.{{ item.OPTIONB }}
+ C.{{ item.OPTIONC }}
+ D.{{ item.OPTIOND }}
- A.{{ item.OPTIONA }}
- B.{{ item.OPTIONB }}
+ A.{{ item.OPTIONA }}
+ B.{{ item.OPTIONB }}
答案:{{ item.ANSWER }}
diff --git a/src/views/training_process_management/class_management/components/exam_paper_details.vue b/src/views/training_process_management/class_management/components/exam_paper_details.vue
new file mode 100644
index 0000000..19c8d75
--- /dev/null
+++ b/src/views/training_process_management/class_management/components/exam_paper_details.vue
@@ -0,0 +1,30 @@
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
diff --git a/src/views/training_process_management/class_management/components/exam_paper_records.vue b/src/views/training_process_management/class_management/components/exam_paper_records.vue
new file mode 100644
index 0000000..c7b02df
--- /dev/null
+++ b/src/views/training_process_management/class_management/components/exam_paper_records.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+ {{ serialNumber(pagination, $index) }}
+
+
+
+
+
+
+
+ {{ row.PAPERSELECTTYPE === "1" ? "平台试卷" : "" }}
+ {{ row.PAPERSELECTTYPE === "2" ? "自动生成试卷" : "" }}
+
+
+
+
+
+ 查看
+
+
+
+
+
+ 关闭
+
+
+
+
+
+
+
+
diff --git a/src/views/training_process_management/class_management/components/involved_in_training.vue b/src/views/training_process_management/class_management/components/involved_in_training.vue
new file mode 100644
index 0000000..7ce3320
--- /dev/null
+++ b/src/views/training_process_management/class_management/components/involved_in_training.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 岗位{{
+ !form.list[index].DEPARTMENT_ID
+ ? "全选"
+ : form.list[index].POST_ID.length !==
+ form.list[index].postList.length
+ ? "全选"
+ : "取消全选"
+ }}
+
+
+ 删除
+
+
+
+
+
+
+ 关闭
+
+ 保存
+
+
+
+
+
+
+
+
diff --git a/src/views/training_process_management/class_management/components/test_paper_type.vue b/src/views/training_process_management/class_management/components/test_paper_type.vue
new file mode 100644
index 0000000..c2f827b
--- /dev/null
+++ b/src/views/training_process_management/class_management/components/test_paper_type.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+ 关闭
+ 确定
+
+
+
+
+
+
+
diff --git a/src/views/training_process_management/class_management/index.vue b/src/views/training_process_management/class_management/index.vue
index f04bee0..e6a8155 100644
--- a/src/views/training_process_management/class_management/index.vue
+++ b/src/views/training_process_management/class_management/index.vue
@@ -175,7 +175,6 @@
CLASS_ID: row.CLASS_ID,
EXAMINATION: row.EXAMINATION,
ISSTRENGTHEN: row.ISSTRENGTHEN,
- TRAINTYPE: row.TRAINTYPE,
type: row.STATE === '1' ? 'edit' : 'view',
},
})
@@ -195,7 +194,6 @@
CLASS_ID: row.CLASS_ID,
EXAMINATION: row.EXAMINATION,
ISSTRENGTHEN: row.ISSTRENGTHEN,
- TRAINTYPE: row.TRAINTYPE,
type: 'edit',
},
})
@@ -215,7 +213,6 @@
CLASS_ID: row.CLASS_ID,
EXAMINATION: row.EXAMINATION,
ISSTRENGTHEN: row.ISSTRENGTHEN,
- TRAINTYPE: row.TRAINTYPE,
type: 'edit',
},
})
diff --git a/src/views/training_process_management/class_management/view_curriculum.vue b/src/views/training_process_management/class_management/view_curriculum.vue
new file mode 100644
index 0000000..2ac6822
--- /dev/null
+++ b/src/views/training_process_management/class_management/view_curriculum.vue
@@ -0,0 +1,166 @@
+
+
+ 课程基本信息
+
+
+ {{ data.info.CURRICULUMNAME }}
+
+
+ {{ data.info.TYPENAME }}
+
+
+ {{ data.info.CURRICULUMINTRODUCE }}
+
+
+
+
+
+ 总学时
+
+
+ {{
+ data.selectClassHour === 0
+ ? data.selectClassHour
+ : data.selectClassHour.toFixed(1)
+ }}
+
+
+ {{ secondConversion(data.selectVideoTime) }}
+
+
+ {{ data.info.CLASSHOUR }}
+
+
+ {{ secondConversion(data.info.VIDEOTIME) }}
+
+
+ 课程目录
+
+
+
+
+
+
+
+ {{ item.NAME || item.COURSEWARENAME }}
+
+
+ 课件时长:{{ secondConversion(item.VIDEOTIME) }}
+
+
+ 预览
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/training_process_management/exam_paper_management/add.vue b/src/views/training_process_management/exam_paper_management/add.vue
index 4c34b34..30be325 100644
--- a/src/views/training_process_management/exam_paper_management/add.vue
+++ b/src/views/training_process_management/exam_paper_management/add.vue
@@ -112,28 +112,28 @@
disabled
:model-value="item.ANSWER"
>
-
A.{{ item.OPTIONA }}
-
B.{{ item.OPTIONB }}
-
C.{{ item.OPTIONC }}
-
D.{{ item.OPTIOND }}
+
A.{{ item.OPTIONA }}
+
B.{{ item.OPTIONB }}
+
C.{{ item.OPTIONC }}
+
D.{{ item.OPTIOND }}
- A.{{ item.OPTIONA }}
- B.{{ item.OPTIONB }}
- C.{{ item.OPTIONC }}
- D.{{ item.OPTIOND }}
+ A.{{ item.OPTIONA }}
+ B.{{ item.OPTIONB }}
+ C.{{ item.OPTIONC }}
+ D.{{ item.OPTIOND }}
- A.{{ item.OPTIONA }}
- B.{{ item.OPTIONB }}
+ A.{{ item.OPTIONA }}
+ B.{{ item.OPTIONB }}