Commit 0b0b63bf authored by zhengke's avatar zhengke

no message

parent 99aa7c9a
......@@ -62,6 +62,7 @@
</view>
<view class="index-student-information">
<penta></penta>
<dfficultyAnalysis></dfficultyAnalysis>
</view>
<view class="scoreDetails-title flex">
<text>试卷难度分析</text>
......@@ -81,6 +82,7 @@
<script>
import analysisTest from '@/components/index/scoreDetails/analysisTest'
import penta from '@/components/charts/penta'
import dfficultyAnalysis from '@/components/index/scoreDetails/dfficultyAnalysis'
import line from '@/components/charts/line'
import triangle from '@/components/charts/triangle'
import vue, {
......@@ -110,6 +112,7 @@
navbar,
analysisTest,
penta,
dfficultyAnalysis,
line,
triangle
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment