mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 09:56:42 +08:00
提交
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="案例" name="case">
|
||||
<div style="min-height: 500px;">
|
||||
<article-items :keyword="keyword" type="toMy" @confirm="confirm" :items="caseList.list"></article-items>
|
||||
<case-items :keyword="keyword" type="toMy" @confirm="confirm" :items="caseList.list"></case-items>
|
||||
<!-- v-if="articleList.count>articleList.pageSize" -->
|
||||
<div v-if="caseList.list.length > 0" style="text-align: center; margin-top:57px">
|
||||
<el-pagination
|
||||
@@ -142,6 +142,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import caseItems from '@/components/Case/caseItems.vue'
|
||||
import articleItems from '@/components/Article/shareItems.vue';
|
||||
import courseItems from '@/components/Course/shareItem.vue';
|
||||
import qaItems from '@/components/Qa/shareList.vue';
|
||||
@@ -149,7 +150,7 @@ import apiShares from '@/api/modules/shares.js';
|
||||
import apiUser from '@/api/system/user.js';
|
||||
export default {
|
||||
name: 'myShareIndex',
|
||||
components: { articleItems, courseItems, qaItems },
|
||||
components: { articleItems, courseItems, qaItems,caseItems },
|
||||
data() {
|
||||
return {
|
||||
isSearh:false,
|
||||
|
||||
Reference in New Issue
Block a user