|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div id="index">
|
|
|
- <list-frame title="考勤管理" @query="onsearch" :total="total" :needFilter="false" :needAdd="false">
|
|
|
+ <list-frame title="考勤管理" @query="onsearch" :total="total" :needFilter="false" :needAdd="false" :needPag="false">
|
|
|
<el-form :inline="true" size="mini">
|
|
|
<el-form-item label="期">
|
|
|
<el-select v-model="form.termid" placeholder="请选择期数" @change="getClasses">
|
|
@@ -163,10 +163,6 @@ export default {
|
|
|
const res = this.getPersonAttend(row, day, type);
|
|
|
if (!res) return;
|
|
|
const { type: rtype } = res;
|
|
|
- if (row.name === '李绍雪') {
|
|
|
- console.log(ti);
|
|
|
- console.log(day, type, rtype);
|
|
|
- }
|
|
|
const { color } = this.chageWord(rtype);
|
|
|
if (color) return { background: color };
|
|
|
},
|