Explorar el Código

出版社导出脚本

warrior hace 5 meses
padre
commit
87b4205d6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      projects/textbook/src/services/shell.ts

+ 1 - 1
projects/textbook/src/services/shell.ts

@@ -591,7 +591,7 @@ export class shellServer {
         _body += '</td>';
 
         _body += '<td>';
-        _body += `${this.fromatFiled(
+        _body += `&nbsp;${this.fromatFiled(
           data[row]?.get('childrens'),
           'editionFirst'
         )}`;