|
|
@@ -176,11 +176,11 @@
|
|
|
<!-- </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" class-name="small-padding fixed-width" width="120px" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
@@ -234,50 +234,50 @@
|
|
|
v-hasPermi="['qw:user:login']">
|
|
|
二次验证
|
|
|
</el-button>
|
|
|
- <el-button
|
|
|
- v-if="scope.row.serverStatus!=1"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-moon"
|
|
|
- plain
|
|
|
- @click="handleGetQwIpad(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
- >
|
|
|
- 获取Ai主机
|
|
|
- </el-button>
|
|
|
- <el-button
|
|
|
- v-if="scope.row.serverStatus==1 && scope.row.ipadStatus!=1"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-moon"
|
|
|
- plain
|
|
|
- @click="handleDelQwIpad(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
- >
|
|
|
- 解绑Ai主机
|
|
|
- </el-button>
|
|
|
- <el-button
|
|
|
- v-if="scope.row.isAuto=='00'"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-moon"
|
|
|
- plain
|
|
|
- @click="handleUpdateIsAuto(scope.row,'01')"
|
|
|
- v-hasPermi="['qw:user:isauto']"
|
|
|
- >
|
|
|
- 启用插件
|
|
|
- </el-button>
|
|
|
- <el-button
|
|
|
- v-if="scope.row.isAuto=='01'"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-moon"
|
|
|
- plain
|
|
|
- @click="handleUpdateIsAuto(scope.row,'00')"
|
|
|
- v-hasPermi="['qw:user:isauto']"
|
|
|
- >
|
|
|
- 禁用插件
|
|
|
- </el-button>
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- v-if="scope.row.serverStatus!=1"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-moon"-->
|
|
|
+<!-- plain-->
|
|
|
+<!-- @click="handleGetQwIpad(scope.row)"-->
|
|
|
+<!-- v-hasPermi="['qw:user:login']"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- 获取Ai主机-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- v-if="scope.row.serverStatus==1 && scope.row.ipadStatus!=1"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-moon"-->
|
|
|
+<!-- plain-->
|
|
|
+<!-- @click="handleDelQwIpad(scope.row)"-->
|
|
|
+<!-- v-hasPermi="['qw:user:login']"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- 解绑Ai主机-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- v-if="scope.row.isAuto=='00'"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-moon"-->
|
|
|
+<!-- plain-->
|
|
|
+<!-- @click="handleUpdateIsAuto(scope.row,'01')"-->
|
|
|
+<!-- v-hasPermi="['qw:user:isauto']"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- 启用插件-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- v-if="scope.row.isAuto=='01'"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-moon"-->
|
|
|
+<!-- plain-->
|
|
|
+<!-- @click="handleUpdateIsAuto(scope.row,'00')"-->
|
|
|
+<!-- v-hasPermi="['qw:user:isauto']"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- 禁用插件-->
|
|
|
+<!-- </el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="主机" align="center" class-name="small-padding fixed-width" width="110px" fixed="right">
|
|
|
@@ -316,17 +316,17 @@
|
|
|
<!-- >-->
|
|
|
<!-- 获取主机帐密-->
|
|
|
<!-- </el-button>-->
|
|
|
- <el-button
|
|
|
- v-if="scope.row.loginCodeUrl!=null"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-moon"
|
|
|
- plain
|
|
|
- @click="handleUnbindCloudHost(scope.row)"
|
|
|
- v-hasPermi="['qw:user:loginIpOut']"
|
|
|
- >
|
|
|
- 解除主机
|
|
|
- </el-button>
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- v-if="scope.row.loginCodeUrl!=null"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-moon"-->
|
|
|
+<!-- plain-->
|
|
|
+<!-- @click="handleUnbindCloudHost(scope.row)"-->
|
|
|
+<!-- v-hasPermi="['qw:user:loginIpOut']"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- 解除主机-->
|
|
|
+<!-- </el-button>-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@@ -903,7 +903,7 @@ export default {
|
|
|
},
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
- staffListPost(this.queryParams).then(response => {
|
|
|
+ staffListUser(this.queryParams).then(response => {
|
|
|
this.userList = response.rows;
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|