11wqe1 1 year ago
parent
commit
e946663c17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/printView/components/studentProjectWordShow.vue

+ 1 - 1
src/views/printView/components/studentProjectWordShow.vue

@@ -25,7 +25,7 @@
               >{{ item.name }}</span
             >
             <span style="position: absolute; right: -100px"
-              >{{ downWordData.teacherS.length }}(人)</span
+              >{{ downWordData.teacherS.filter(i=>i.name!='').length }}(人)</span
             >
           </div>
         </div>