Kaynağa Gözat

打分数量显示隐藏

zhangjie 3 yıl önce
ebeveyn
işleme
51b2a53667

+ 5 - 5
src/constants/authority.js

@@ -44,11 +44,11 @@ export const main = [
     title: "打分设置",
     icon: "ivu-icon-score-set"
   },
-  {
-    name: "QualityAnalysis",
-    title: "质量分析",
-    icon: "ivu-icon-analysis"
-  },
+  // {
+  //   name: "QualityAnalysis",
+  //   title: "质量分析",
+  //   icon: "ivu-icon-analysis"
+  // },
   {
     name: "StudentScore",
     title: "成绩查询",

+ 1 - 0
src/modules/mark/MarkOperation.vue

@@ -12,6 +12,7 @@
           <mark-step
             :steps="steps"
             :init-step="curStep"
+            :show-count="showPaperRelateCount"
             :show-top-number="false"
             @on-change="stepChange"
             ref="MarkStep"