Commit 2cad488e authored by zhengke's avatar zhengke

修改

parent 09f70246
......@@ -36,12 +36,15 @@
.classProgress {
color: var(--q-color-primary);
}
.classList .q-table__bottom{
height:0;
padding:0;
}
</style>
<template>
<div class="page-content">
<div class="page-content classList">
<q-table :pagination="pageMsg" no-data-label="暂无相关数据" flat
class="sticky-column-table sticky-right-column-table no-bottom-table" separator="none" :data="data"
class="sticky-column-table sticky-right-column-table " separator="none" :data="data"
:columns="columns" row-key="name">
<template v-slot:top="props">
<div class="col-2 q-table__title">班级信息</div>
......@@ -328,13 +331,13 @@
},
//权限显示对象
AuthorityObj: {
isShowDelBtn: true, //显示删除
isShowRestoreBtn: true, //显示恢复
isShowOtherCourseBtn: true, //显示关联其他课程
isShowLessonCost: true, //显示月度课耗
isShowStatusChange: true, //显示状态变更
isShowStudentMenu: true, //显示未完成学员名单
isShowApply: true //显示调课申请
isShowDelBtn: false, //显示删除
isShowRestoreBtn: false, //显示恢复
isShowOtherCourseBtn: false, //显示关联其他课程
isShowLessonCost: false, //显示月度课耗
isShowStatusChange: false, //显示状态变更
isShowStudentMenu: false, //显示未完成学员名单
isShowApply: false //显示调课申请
},
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment