|
|
|
@ -29,7 +29,12 @@ |
|
|
|
|
title="确定解绑逻辑ID吗?" |
|
|
|
|
> |
|
|
|
|
<template #reference> |
|
|
|
|
<el-button type="primary" class="mr-3">解绑逻辑ID</el-button> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
v-hasPerm="['remote:detail:unbinding:logicId']" |
|
|
|
|
class="mr-3" |
|
|
|
|
>解绑逻辑ID</el-button |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
</el-popconfirm> |
|
|
|
|
</template> |
|
|
|
@ -106,6 +111,7 @@ |
|
|
|
|
<el-button |
|
|
|
|
v-loading="pwdLoading" |
|
|
|
|
type="primary" |
|
|
|
|
v-hasPerm="['remote:detail:account:pwd']" |
|
|
|
|
link |
|
|
|
|
@click="setAccountPwd" |
|
|
|
|
> |
|
|
|
@ -214,42 +220,65 @@ |
|
|
|
|
> |
|
|
|
|
<div class="flex justify-center"> |
|
|
|
|
<remote-operate-list |
|
|
|
|
class="mr-2" |
|
|
|
|
:pppoe="remote.devPppoe" |
|
|
|
|
:dev-id="devId" |
|
|
|
|
:type-and-ver-id="typeAndVerId" |
|
|
|
|
/> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
<el-button type="primary" link @click="skipDevOrder" |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipDevOrder" |
|
|
|
|
v-hasPerm="['remote:detail:device:order']" |
|
|
|
|
>设备工单</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipDevTask2" |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipDevTask2" |
|
|
|
|
v-hasPerm="['remote:detail:task:list']" |
|
|
|
|
>设备任务列表</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipProfiles" |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipProfiles" |
|
|
|
|
v-hasPerm="['remote:detail:profile']" |
|
|
|
|
>终端配置文件</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipTerminalLogFiles" |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipTerminalLogFiles" |
|
|
|
|
v-hasPerm="['remote:detail:terminal:log']" |
|
|
|
|
>终端日志文件</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipDeviceOperateLog" |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipDeviceOperateLog" |
|
|
|
|
v-hasPerm="['remote:detail:operate:log']" |
|
|
|
|
>设备操作日志</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipSoapPackageLog" |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipSoapPackageLog" |
|
|
|
|
v-hasPerm="['remote:detail:soap:log']" |
|
|
|
|
>SOAP包日志</el-button |
|
|
|
|
> |
|
|
|
|
<el-divider direction="vertical" /> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" link @click="skipDevTypeVerLog" |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
link |
|
|
|
|
@click="skipDevTypeVerLog" |
|
|
|
|
v-hasPerm="['remote:detail:interface:info']" |
|
|
|
|
>软件版本对外接口调用信息</el-button |
|
|
|
|
> |
|
|
|
|
</div> |
|
|
|
|