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