mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
提交
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
|
||||
<el-tabs v-model="tabName" @tab-click="changeTab" style="margin-top:14px">
|
||||
|
||||
|
||||
<!-- 全部 -->
|
||||
<el-tab-pane label="全部" name="all">
|
||||
<div v-for="(item, index) in dataList.list">
|
||||
@@ -226,7 +224,7 @@
|
||||
if(item.type == 3){
|
||||
item.cases = {title:'',summary:''};
|
||||
item.cases.title=item.title;
|
||||
item.cases.title=item.summary;
|
||||
item.cases.summary=item.content;
|
||||
item.cases.id=item.id;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user