Commit 0b0b63bf authored by zhengke's avatar zhengke

no message

parent 99aa7c9a
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
</view> </view>
<view class="index-student-information"> <view class="index-student-information">
<penta></penta> <penta></penta>
<dfficultyAnalysis></dfficultyAnalysis>
</view> </view>
<view class="scoreDetails-title flex"> <view class="scoreDetails-title flex">
<text>试卷难度分析</text> <text>试卷难度分析</text>
...@@ -81,6 +82,7 @@ ...@@ -81,6 +82,7 @@
<script> <script>
import analysisTest from '@/components/index/scoreDetails/analysisTest' import analysisTest from '@/components/index/scoreDetails/analysisTest'
import penta from '@/components/charts/penta' import penta from '@/components/charts/penta'
import dfficultyAnalysis from '@/components/index/scoreDetails/dfficultyAnalysis'
import line from '@/components/charts/line' import line from '@/components/charts/line'
import triangle from '@/components/charts/triangle' import triangle from '@/components/charts/triangle'
import vue, { import vue, {
...@@ -110,6 +112,7 @@ ...@@ -110,6 +112,7 @@
navbar, navbar,
analysisTest, analysisTest,
penta, penta,
dfficultyAnalysis,
line, line,
triangle 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