|
@@ -127,7 +127,7 @@
|
|
|
icon="el-icon-sunny"
|
|
|
plain
|
|
|
@click="handleLoginQwCode(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
+ v-hasPermi="['qw:user:loginQwIpad']"
|
|
|
>
|
|
|
登录企微
|
|
|
</el-button>
|
|
@@ -138,7 +138,7 @@
|
|
|
icon="el-icon-moon"
|
|
|
plain
|
|
|
@click="handleLoginOutQwStatus(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
+ v-hasPermi="['qw:user:outLoginQwIpad']"
|
|
|
>
|
|
|
退出企微
|
|
|
</el-button>
|
|
@@ -149,7 +149,7 @@
|
|
|
icon="el-icon-moon"
|
|
|
plain
|
|
|
@click="handleTwoCode(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']">
|
|
|
+ v-hasPermi="['qw:user:twoCode']">
|
|
|
二次验证
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -159,7 +159,7 @@
|
|
|
icon="el-icon-moon"
|
|
|
plain
|
|
|
@click="handleGetQwIpad(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
+ v-hasPermi="['qw:user:getQwIpad']"
|
|
|
>
|
|
|
获取Ai主机
|
|
|
</el-button>
|
|
@@ -170,7 +170,7 @@
|
|
|
icon="el-icon-moon"
|
|
|
plain
|
|
|
@click="handleDelQwIpad(scope.row)"
|
|
|
- v-hasPermi="['qw:user:login']"
|
|
|
+ v-hasPermi="['qw:user:delQwIpad']"
|
|
|
>
|
|
|
解绑Ai主机
|
|
|
</el-button>
|