Parcourir la source

企微员工自动发课、主机显示列隐藏,启用插件功能隐藏

zyy il y a 2 semaines
Parent
commit
90781b1c4e
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/qw/user/index.vue

+ 3 - 3
src/views/qw/user/index.vue

@@ -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