+
- 幼儿:{{ this.childName }} 评估结果图表
+ 幼儿姓名:{{ this.childName }} 出身日期:{{
+ this.bridth
+ }}
+ 评估结果图表
+
@@ -12,6 +17,15 @@
:label="item.dictLabel"
:name="item.dictLabel"
>
+
+
+
综合评估结果
@@ -358,18 +372,6 @@
-
@@ -399,6 +401,7 @@ export default {
return {
childId: "",
childName: "",
+ bridth: "",
classid: "",
// tabs列表
tabsList: [],
@@ -418,6 +421,10 @@ export default {
this.getNoAssessmentList();
},
methods: {
+ //打印
+ prints() {
+ this.$printecharts(this.$refs.printMe);
+ },
/** 查询幼儿未评估内容列表 */
getNoAssessmentList() {
listNoAssessmentcontentByChild(this.childId).then((response) => {
@@ -430,6 +437,7 @@ export default {
// console.log(response);
if (response.code == "200") {
this.childName = response.data.name;
+ this.bridth = response.data.csrq;
this.classid = response.data.classid;
}
});
diff --git a/ruoyi-ui/src/views/dashboard/RadarChart.vue b/ruoyi-ui/src/views/dashboard/RadarChart.vue
index e9048745c..2d1e0bae4 100644
--- a/ruoyi-ui/src/views/dashboard/RadarChart.vue
+++ b/ruoyi-ui/src/views/dashboard/RadarChart.vue
@@ -3,6 +3,7 @@
v-loading="loading"
:class="className"
:style="{ height: height, width: width }"
+ id="seven"
/>