|
|
@@ -140,7 +140,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="自动发课" align="center" prop="isAuto">
|
|
|
+ <el-table-column label="自动发课" align="center" prop="isAuto" v-if="false">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="isAutoOptions" :value="scope.row.isAuto"/>
|
|
|
</template>
|
|
|
@@ -221,7 +221,7 @@
|
|
|
解绑Ai主机
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="scope.row.isAuto=='00'"
|
|
|
+ v-if="scope.row.isAuto=='false'"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-moon"
|
|
|
@@ -244,7 +244,7 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="主机" align="center" class-name="small-padding fixed-width" width="110px" fixed="right">
|
|
|
+ <el-table-column label="主机" align="center" class-name="small-padding fixed-width" width="110px" fixed="right" v-if="false">
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
<el-button
|