|
@@ -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;
|