diff --git a/newPages/schoolDetail/index.vue b/newPages/schoolDetail/index.vue
index 7abc034..48444b8 100644
--- a/newPages/schoolDetail/index.vue
+++ b/newPages/schoolDetail/index.vue
@@ -42,11 +42,10 @@
{{
- item.tittle
- }}
+ style="background-color: rgba(223, 235, 255, 1);padding: 5rpx 15rpx"
+ v-if="item.tittle">{{ item.tittle }}
- {{ item.type }}
@@ -78,7 +77,7 @@
{{ item.name }}
- 教龄 {{ item.seniority }}年
+ 教龄 {{ item.seniority }}年
diff --git a/pagesA/examinationAdd/index.vue b/pagesA/examinationAdd/index.vue
index b5ec560..89f4eb5 100644
--- a/pagesA/examinationAdd/index.vue
+++ b/pagesA/examinationAdd/index.vue
@@ -1,6 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
- 是否通过
-
-
-
- {{ selectedValue || '请选择' }}
-
-
-
- 分数
-
- 分
-
-
-
-
- 时间
-
-
-
- {{ process.examTime ? formatDate(process.examTime) : '选择时间' }}
-
-
-
-
-
- 考试类型
- {{ courseType }}
- {{ opCourseType }}
-
-
- 考试科目
-
-
-
- {{ subjectValue || '请选择科目' }}
-
-
-
-
- 考试科目
-
- {{ formatSubject(process.subject) }}
-
-
-
-
-
-
-
- 备注
-
- 图片
-
-
-
-
-
+
+
+ 备注
+
+ 图片
+
+
+
+
+
+
+
+
+ 确定
+
+
-
-
- 确定
-
-
-
+ @import '../common/common.scss';
+ @import './assets/style/index.rpx.scss';
+
\ No newline at end of file
diff --git a/pagesA/examinationList/index.vue b/pagesA/examinationList/index.vue
index 9cbfd00..8f1ae30 100644
--- a/pagesA/examinationList/index.vue
+++ b/pagesA/examinationList/index.vue
@@ -13,9 +13,8 @@
- {{
- formatDate(item.examTime)
- }}
+ {{ formatDate(item.examTime) }}
{{ formatDate(item.startTime) }}
{{ item.courseName }}
@@ -23,7 +22,9 @@
{{ item.examScore }}
{{ '--' }}
- {{ getStatusText(item.examStatus) }}
+ {{ getStatusText(item.ifPassStatus) }}
+ {{ getStatusText(item.examStatus) }}