zhangjie 1 سال پیش
والد
کامیت
0f15d9f81b

+ 1 - 1
card/components/CardConfigPropEdit.vue

@@ -71,7 +71,7 @@
                 >启用“手写签名”</el-checkbox
               >
               <el-checkbox v-model="modalForm.undertakingEnable"
-                >启用考生承诺书</el-checkbox
+                >启用考生承诺书</el-checkbox
               >
               <el-button
                 v-if="modalForm.undertakingEnable"

+ 1 - 1
src/modules/base/components/ModifyCardRule.vue

@@ -106,7 +106,7 @@
             >启用“手写签名”</el-checkbox
           >
           <el-checkbox v-model="modalForm.undertakingEnable"
-            >启用考生承诺书</el-checkbox
+            >启用考生承诺书</el-checkbox
           >
           <el-button
             v-if="modalForm.undertakingEnable"

+ 2 - 2
src/modules/mark/components/markDetail/MarkDetailProgress.vue

@@ -72,7 +72,7 @@
           label="正在评卷"
           min-width="100"
         ></el-table-column>
-        <el-table-column prop="percent" label="进度" min-width="100">
+        <el-table-column prop="percent" label="评卷进度" min-width="100">
           <span slot-scope="scope">{{ scope.row.percent || 0 }}%</span>
         </el-table-column>
         <el-table-column
@@ -156,7 +156,7 @@
           label="正在评卷"
           width="100"
         ></el-table-column>
-        <el-table-column prop="percent" label="进度" width="100">
+        <el-table-column prop="percent" label="评卷进度" width="100">
           <span slot-scope="scope">{{ scope.row.percent || 0 }}%</span>
         </el-table-column>
         <el-table-column

+ 7 - 1
src/modules/mark/views/MarkEntrance.vue

@@ -51,7 +51,7 @@
         ></el-table-column>
         <el-table-column
           prop="leftCount"
-          label="评"
+          label="评"
           width="80"
         ></el-table-column>
         <el-table-column prop="percent" label="评卷进度" width="100">
@@ -88,6 +88,12 @@
         </el-pagination>
       </div>
     </div>
+    <div class="tips-info">
+      <p>说明:</p>
+      <p>1.已评 - 本人在当前评阅题目下已评阅且未进入仲裁的任务数量;</p>
+      <p>2.待评 - 当前评阅题目下全部待评及待仲裁的任务数量;</p>
+      <p>3.评卷进度 - 当前评阅题目整体评阅进度。</p>
+    </div>
   </div>
 </template>
 

+ 1 - 1
src/modules/mark/views/MarkManage.vue

@@ -69,7 +69,7 @@
           label="试卷编号"
           min-width="140"
         ></el-table-column>
-        <el-table-column prop="percent" label="完成进度" width="120">
+        <el-table-column prop="percent" label="阅卷进度" width="120">
           <span slot-scope="scope">{{ scope.row.percent || 0 }}%</span>
         </el-table-column>
         <el-table-column