优化评估内容、展示

This commit is contained in:
paidaxing444
2020-10-26 14:53:13 +08:00
parent 1232b34932
commit 12e7a2cbb6
4 changed files with 50 additions and 32 deletions

View File

@ -107,7 +107,7 @@ export default {
getAssessmentcontentbyparentid(this.queryParams.id).then((response) => {
var tmp = "";
response.data.forEach((element) => {
tmp = tmp + element.name + "</br>";
tmp = tmp + element.sort + ". " + element.name + "</br>";
});
this.note = tmp;
});