yjwang 2 nedēļas atpakaļ
vecāks
revīzija
d610c8a2f8
1 mainītis faili ar 62 papildinājumiem un 62 dzēšanām
  1. 62 62
      src/views/qw/user/index.vue

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

@@ -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" v-if="false">
+      <el-table-column label="主机" align="center" class-name="small-padding fixed-width" width="110px" fixed="right">
         <template slot-scope="scope">
 
           <el-button
@@ -257,17 +257,17 @@
             @click="uploadAuthorizeKey2(scope.row)"
           >授权key
           </el-button>
-          <el-button
-            v-if="scope.row.loginCodeUrl==null && scope.row.appKey !=null"
-            size="mini"
-            type="text"
-            icon="el-icon-sunny"
-            plain
-            @click="handleBindCloudHost(scope.row)"
-            v-hasPermi="['qw:user:loginIp']"
-          >
-            绑定主机
-          </el-button>
+<!--          <el-button-->
+<!--            v-if="scope.row.loginCodeUrl==null && scope.row.appKey !=null"-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-sunny"-->
+<!--            plain-->
+<!--            @click="handleBindCloudHost(scope.row)"-->
+<!--            v-hasPermi="['qw:user:loginIp']"-->
+<!--          >-->
+<!--            绑定主机-->
+<!--          </el-button>-->
           <!--          <el-button-->
           <!--            v-if="scope.row.loginCodeUrl!=null"-->
           <!--            size="mini"-->
@@ -279,56 +279,56 @@
           <!--          >-->
           <!--            获取主机帐密-->
           <!--          </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"
-            :icon="scope.row.videoGetStatus == 0 ? 'el-icon-circle-check' : 'el-icon-remove-outline'"
-            plain
-            @click="changeVideoStatus(scope.row)"
-          >
-            {{ scope.row.videoGetStatus == 0 ? "开启" : "禁用" }}视频号接收
-          </el-button>
-        </template>
-      </el-table-column>
-      <el-table-column label="AI客服" align="center" class-name="small-padding fixed-width" width="100px" fixed="right">
-        <template slot-scope="scope">
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-connection"
-            plain
-            v-if="scope.row.fastGptRoleName!=null"
-            @click="bindFastGptRole(scope.row)"
-          >换绑AI客服</el-button>
-          <el-button
-            size="mini"
-            type="text"
-            plain
-            icon="el-icon-link"
-            v-else
-            @click="bindFastGptRole(scope.row)"
-          >绑定AI客服</el-button>
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-unlock"
-            plain
-            v-if="scope.row.fastGptRoleName!=null"
-            @click="relieveFastGptRole(scope.row)"
-          >解绑AI客服</el-button>
-        </template>
-      </el-table-column>
+<!--          <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"-->
+<!--            :icon="scope.row.videoGetStatus == 0 ? 'el-icon-circle-check' : 'el-icon-remove-outline'"-->
+<!--            plain-->
+<!--            @click="changeVideoStatus(scope.row)"-->
+<!--          >-->
+<!--            {{ scope.row.videoGetStatus == 0 ? "开启" : "禁用" }}视频号接收-->
+<!--          </el-button>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
+<!--      <el-table-column label="AI客服" align="center" class-name="small-padding fixed-width" width="100px" fixed="right">-->
+<!--        <template slot-scope="scope">-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-connection"-->
+<!--            plain-->
+<!--            v-if="scope.row.fastGptRoleName!=null"-->
+<!--            @click="bindFastGptRole(scope.row)"-->
+<!--          >换绑AI客服</el-button>-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            plain-->
+<!--            icon="el-icon-link"-->
+<!--            v-else-->
+<!--            @click="bindFastGptRole(scope.row)"-->
+<!--          >绑定AI客服</el-button>-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-unlock"-->
+<!--            plain-->
+<!--            v-if="scope.row.fastGptRoleName!=null"-->
+<!--            @click="relieveFastGptRole(scope.row)"-->
+<!--          >解绑AI客服</el-button>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
     </el-table>
 
     <pagination