Explorar el Código

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

cehn hace 1 mes
padre
commit
a041e51f28
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) {