Tang 3 vuotta sitten
vanhempi
commit
2359164ada

+ 1 - 1
src/views/education/examManagement/applicationData/bulkImportPlan/newRegister.vue

@@ -254,7 +254,7 @@ export default {
         {
           label: "考试日期",
           prop: "applySiteExamTime",
-          scope: "time",
+          // scope: "time",
         },
         {
           label: "考试时间段",

+ 2 - 2
src/views/education/qaManagement/qaList/reply.vue

@@ -95,7 +95,7 @@ export default {
         },
         {
           label: "提问内容",
-          prop: "answerText",
+          prop: "assignAnswerText",
           hidden: true,
         },
         {
@@ -111,7 +111,7 @@ export default {
         },
         {
           label: "回复内容",
-          prop: "assignAnswerText",
+          prop: "answerText",
           hidden: true,
           width:"250px"
         },