diff --git a/src/components/drawers/CommonTest.vue b/src/components/drawers/CommonTest.vue index 8bef8353..f410a38c 100644 --- a/src/components/drawers/CommonTest.vue +++ b/src/components/drawers/CommonTest.vue @@ -10,7 +10,7 @@ >
-
{{ info.examinationName >= 0 ? "编辑" : "添加" }}考试
+
{{ info?.examinationName >= 0 ? "编辑" : "添加" }}考试