|
|
@@ -72,16 +72,16 @@
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.edu_type" :value="scope.row.type"/>
|
|
|
</template>
|
|
|
- </el-table-column>-->
|
|
|
+ </el-table-column>
|
|
|
|
|
|
- <el-table-column label="主持人" width="140" align="center" prop="hostName" />
|
|
|
+ <el-table-column label="主持人" width="140" align="center" prop="hostName" />-->
|
|
|
<el-table-column label="开始时间" align="center" prop="startDate" width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="截止时间" align="center" prop="endDate" width="180">
|
|
|
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="培训时间" align="center" prop="trainingStartDateTime" width="180">
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="培训时间" align="center" prop="trainingStartDateTime" width="180">
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column label="培训状态" align="center" prop="status" >
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.edu_task_status" :value="scope.row.status"/>
|