mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
fix:修改上传文件文字超出样式、项目列表撤回编辑样式、评估管理学员列表分页查询及样式
This commit is contained in:
@@ -72,17 +72,19 @@
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<!-- 分页 -->
|
||||
<a-pagination
|
||||
v-if="evalStuListDataTotal > 10"
|
||||
:showSizeChanger="false"
|
||||
showQuickJumper="true"
|
||||
hideOnSinglePage="true"
|
||||
:pageSize="pageSize"
|
||||
:current="evalCurrentPage"
|
||||
:total="evalStuListDataTotal"
|
||||
class="pagination"
|
||||
@change="changePaginationStu"
|
||||
/>
|
||||
<div style="width:100%;display:flex;justify-content:center;align-items:center;">
|
||||
<a-pagination
|
||||
v-if="evalStuListDataTotal > 10"
|
||||
:showSizeChanger="false"
|
||||
showQuickJumper="true"
|
||||
hideOnSinglePage="true"
|
||||
:pageSize="pageSize"
|
||||
:current="evalCurrentPage"
|
||||
:total="evalStuListDataTotal"
|
||||
class="pagination"
|
||||
@change="changePaginationStu"
|
||||
/>
|
||||
</div>
|
||||
<!-- 分页 -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -133,7 +135,7 @@ export default {
|
||||
state.evalStuListLoading = true;
|
||||
api.QueryAssessmentManageMessage({
|
||||
"assessmentId": router.currentRoute.value.params.id,
|
||||
"pageNo": state.currentPage,
|
||||
"pageNo": state.evalCurrentPage,
|
||||
"pageSize": state.pageSize
|
||||
}).then(res=>{
|
||||
console.log('获取学员信息',res)
|
||||
|
||||
Reference in New Issue
Block a user