|
@@ -141,7 +141,7 @@
|
|
|
暂无预测记录
|
|
|
</div> -->
|
|
|
</vue3ScrollSeamless>
|
|
|
- <div v-if="list2.length == 0" style="width: 100%; height: 100px; display: flex; justify-content: center; align-items: center; margin-top: -230px;">
|
|
|
+ <div v-if="list.length == 0" style="width: 100%; height: 100px; display: flex; justify-content: center; align-items: center; margin-top: -230px;">
|
|
|
<el-empty description="暂无数据"/>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -230,7 +230,7 @@
|
|
|
<el-col :span="12" class="center text-18px" style="border: none;padding: 8px;margin-left: 5px; margin-top: -5px;">
|
|
|
<div>工作间</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="center text-18px" style="border: none;padding: 8px;margin-left: -35px; margin-top: -5px;">
|
|
|
+ <el-col :span="12" class="center text-18px" style="border: none;padding: 8px;margin-left: -15px; margin-top: -5px;">
|
|
|
<div>达成率</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -464,8 +464,7 @@ const getStudentAttendance = async () => {
|
|
|
const classOptions = reactive({
|
|
|
step: 0.5,//滚动速度值越大越快,但是值太小会卡顿
|
|
|
limitMoveNum: list.length,//无缝滚动列表元素的长度,一般设置为列表的长度
|
|
|
- direction: 1,//方向: 0 往下 1 往上 2 向左 3 向右。
|
|
|
-
|
|
|
+ direction: 1,//方向: 0 往下 1 往上 2 向左 3 向右。
|
|
|
});
|
|
|
|
|
|
/** 学生毕业条件达成率 */
|