mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
每页5条
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn btn2" @click="exportTag">
|
<div class="btn btn2" @click="exportTag">
|
||||||
<div class="wz">导出</div>
|
<div class="btnText">导出</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
<div class="tableBox">
|
<div class="tableBox">
|
||||||
<div class="pa">
|
<div class="pa">
|
||||||
<a-pagination
|
<a-pagination
|
||||||
v-if="courseTableTotal > 10"
|
v-if="courseTableTotal > 5"
|
||||||
:showSizeChanger="false"
|
:showSizeChanger="false"
|
||||||
:showQuickJumper="true"
|
:showQuickJumper="true"
|
||||||
:hideOnSinglePage="true"
|
:hideOnSinglePage="true"
|
||||||
@@ -225,7 +225,7 @@ export default {
|
|||||||
tableDataTotal: 0,
|
tableDataTotal: 0,
|
||||||
courseTableTotal: 0,
|
courseTableTotal: 0,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
coursePageSize: 10,
|
coursePageSize: 5,
|
||||||
|
|
||||||
hotOptions: [
|
hotOptions: [
|
||||||
{ value: "true", label: "开启" },
|
{ value: "true", label: "开启" },
|
||||||
@@ -490,7 +490,7 @@ export default {
|
|||||||
state.courseDialogVisible = true;
|
state.courseDialogVisible = true;
|
||||||
state.courseSearchParam.id = tagId;
|
state.courseSearchParam.id = tagId;
|
||||||
state.courseSearchParam.pageNo = 1;
|
state.courseSearchParam.pageNo = 1;
|
||||||
state.courseSearchParam.pageSize = 10;
|
state.courseSearchParam.pageSize = 5;
|
||||||
await getCourseListByTag();
|
await getCourseListByTag();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user