Explorar o código

工作报告换行效果

ming hai 6 meses
pai
achega
feaf414c98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/business/common/projectMange/record/index.vue

+ 1 - 1
src/pages/business/common/projectMange/record/index.vue

@@ -281,7 +281,7 @@ function init() {
       requset.data.records.forEach((el) => {
         el.contentText = "";
         el.workContents.forEach((cl) => {
-          el.contentText += `${cl.projectName} ${cl.workTime}h \n ${cl.workContent}`;
+          el.contentText += `${cl.projectName} ${cl.workTime}h \n ${cl.workContent} \n`;
         });
       });
       state.dataList = requset.data.records;