|
|
@@ -165,11 +165,12 @@
|
|
|
<!-- </template>-->
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
- <el-table-column label="自动发课" align="center" prop="isAuto">
|
|
|
- <template slot-scope="scope">
|
|
|
- <dict-tag :options="isAutoOptions" :value="scope.row.isAuto"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="自动发课" align="center" prop="isAuto">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <dict-tag :options="isAutoOptions" :value="scope.row.isAuto"/>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
+ <el-table-column label="备注" align="center" prop="remark" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="120px" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|