Parcourir la source

更新优化教材创建、列表显示

cehn il y a 1 mois
Parent
commit
a041e51f28
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      projects/textbook/src/app/textbook/textbook.component.html

+ 4 - 0
projects/textbook/src/app/textbook/textbook.component.html

@@ -146,7 +146,11 @@
           }
         </td>
         <td nzEllipsis>
+<<<<<<< HEAD
           {{ data?.get("majorPoniter")?.code + '/'+data?.get("majorPoniter")?.name || "-" }}
+=======
+          {{ data?.get("majorPoniter")?.name || "-" }}
+>>>>>>> 97e6109cf35ed44c937fef2cd84cfbaeeb5c8810
         </td>
         <td nzEllipsis>
           @for (vul of data?.get('childrens'); track vul) {