|
@@ -143,7 +143,7 @@
|
|
|
<p
|
|
|
:class="scope.row.signOutStatus == 1?'':'red'"
|
|
|
>{{scope.row.signOutStatus | attendanceOutType}}</p>
|
|
|
- <p class="red" v-if="!scope.row.signOutStatus&&scope.row.signOutStatus!=0">未签到</p>
|
|
|
+ <p class="red" v-if="!scope.row.signOutStatus&&scope.row.signOutStatus!=0">未签退</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" prop="expectSalary" label="应发课酬">
|
|
@@ -230,7 +230,7 @@ import {
|
|
|
closeSalaryConfirm,
|
|
|
teacherSalaryModifyLog
|
|
|
} from "@/api/journal";
|
|
|
-import { courseType } from "@/utils/searchArray";
|
|
|
+import { courseListType } from "@/utils/searchArray";
|
|
|
export default {
|
|
|
components: { pagination },
|
|
|
data() {
|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
teacherList: [],
|
|
|
tableList: [],
|
|
|
organList: [],
|
|
|
- groupTypeList: courseType,
|
|
|
+ groupTypeList: courseListType,
|
|
|
rules: {
|
|
|
// 分页规则
|
|
|
limit: 10, // 限制显示条数
|