diff --git a/src/views/exam/exam/form.vue b/src/views/exam/exam/form.vue
index 1364c29..fd16eae 100644
--- a/src/views/exam/exam/form.vue
+++ b/src/views/exam/exam/form.vue
@@ -64,6 +64,12 @@
+
+
+ 模拟考试
+ 正式考试
+
+
@@ -71,7 +77,7 @@
-
+
@@ -149,6 +155,9 @@ export default {
examFee: undefined,
},
rules: {
+ examType: [
+ { required: true, message: '考试类型不能为空!' }
+ ],
title: [
{ required: true, message: '考试名称不能为空!' }
],
diff --git a/src/views/exam/exam/index.vue b/src/views/exam/exam/index.vue
index 48c0a0c..f55196b 100644
--- a/src/views/exam/exam/index.vue
+++ b/src/views/exam/exam/index.vue
@@ -1,111 +1,47 @@
-
-
+
-
-
+
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
{{ scope.row.openType | examOpenType }}
-
-
-
-
+
{{ scope.row.startTime }} ~ {{ scope.row.endTime }}
不限时
-
-
-
-
-
-
-
-
+
+
+
{{ scope.row.state | stateFilter }}
-
-
-
+
- 修改
- 考试详情
+ 修改
+ 考试详情
-
-
-