|
@@ -57,7 +57,10 @@
|
|
|
知识点推荐
|
|
知识点推荐
|
|
|
</div>
|
|
</div>
|
|
|
<div class="recommendItem" v-for="(item,index) in recommendKnowledge" >
|
|
<div class="recommendItem" v-for="(item,index) in recommendKnowledge" >
|
|
|
- item
|
|
|
|
|
|
|
+ <el-divider/>
|
|
|
|
|
+ <div style="margin-top: 5px">
|
|
|
|
|
+ {{item.name}}
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
</div>
|
|
</div>
|
|
@@ -100,7 +103,31 @@ export default {
|
|
|
type:"choose",
|
|
type:"choose",
|
|
|
knowledge:["oop","ooa","os"]
|
|
knowledge:["oop","ooa","os"]
|
|
|
}],
|
|
}],
|
|
|
- recommendKnowledge:["asd","pqi","DRT","NAT","DS","STD"],
|
|
|
|
|
|
|
+ recommendKnowledge:[
|
|
|
|
|
+ {
|
|
|
|
|
+ 'id':120,
|
|
|
|
|
+ 'name':"asd",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'id':121,
|
|
|
|
|
+ 'name':"pqi"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'id':122,
|
|
|
|
|
+ 'name':"DRT"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'id':123,
|
|
|
|
|
+ 'name':"NAT"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'id':124,
|
|
|
|
|
+ 'name':"DS"
|
|
|
|
|
+ },
|
|
|
|
|
+ {'id':125,
|
|
|
|
|
+
|
|
|
|
|
+ 'name':"STD"
|
|
|
|
|
+ }],
|
|
|
workStatistic:{
|
|
workStatistic:{
|
|
|
total:20,
|
|
total:20,
|
|
|
choose:20,
|
|
choose:20,
|