|
|
@@ -148,6 +148,7 @@
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<!-- <el-table-column label="记录编号" align="center" prop="logId" />-->
|
|
|
<el-table-column label="批次单号" align="center" prop="outBatchNo" />
|
|
|
+ <el-table-column label="营期名称" align="center" prop="periodName" />
|
|
|
<el-table-column label="课程名称" align="center" prop="courseId" >
|
|
|
<template slot-scope="scope">
|
|
|
<span prop="status" v-for="(item, index) in courseLists" v-if="scope.row.courseId==item.dictValue">{{item.dictLabel}}</span>
|
|
|
@@ -215,6 +216,8 @@
|
|
|
<script>
|
|
|
import { courseList,videoList,getCourseRedPacketLog, delCourseRedPacketLog, addCourseRedPacketLog, updateCourseRedPacketLog, exportCourseRedPacketLog,listCourseRedPacketLogPage } from "@/api/course/courseRedPacketLog";
|
|
|
import { getCompanyList } from "@/api/company/company";
|
|
|
+import { periodList } from "@/api/course/userCoursePeriod";
|
|
|
+import {treeselect} from "../../../api/company/companyDept";
|
|
|
import SelectTree from '@/components/TreeSelect/index.vue'
|
|
|
import { getDeptData } from '@/api/system/employeeStats'
|
|
|
|