yin 1 ماه پیش
والد
کامیت
dc13e078a3
1فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
  1. 7 5
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/groupEditSimple.jsp

+ 7 - 5
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/groupEditSimple.jsp

@@ -168,12 +168,14 @@
             </div>
         </c:if>
     </c:if>
-    <div class="control-group">
-        <label class="control-label">启用全零分</label>
-        <div class="controls">
-            <input name="enableAllZero" type="checkbox" value="1" <c:if test="${group.enableAllZero}">checked</c:if>/>
+    <c:if test="${exam.markMode!='TRACK'}">
+        <div class="control-group">
+            <label class="control-label">启用全零分</label>
+            <div class="controls">
+                <input name="enableAllZero" type="checkbox" value="1" <c:if test="${group.enableAllZero}">checked</c:if>/>
+            </div>
         </div>
-    </div>
+    </c:if>
     <div class="form-actions">
         <c:if test="${fnx:hasPrivilegeCode(role_privilege_codes, 'exam_mark-group-reset_edit')}">
             <a class="btn"