浏览代码

出版社导出脚本

warrior 5 月之前
父节点
当前提交
87b4205d6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
         )}`;