|
|
@ -1,17 +1,29 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="app-container"> |
|
|
|
<div class="app-container"> |
|
|
|
<div class="search-container"> |
|
|
|
<div class="search-container"> |
|
|
|
<div style="display: flex; justify-content: flex-end;margin-right: 10px"> |
|
|
|
<div style="display: flex; justify-content: flex-end; margin-right: 10px"> |
|
|
|
<el-form> |
|
|
|
<el-form> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<el-button type="primary" plain @click="goto(-999, -999)" |
|
|
|
<el-button |
|
|
|
|
|
|
|
type="primary" |
|
|
|
|
|
|
|
v-hasPerm="['tr069:index:add']" |
|
|
|
|
|
|
|
plain |
|
|
|
|
|
|
|
@click="goto(-999, -999)" |
|
|
|
><i-ep-plus />新增</el-button |
|
|
|
><i-ep-plus />新增</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
<el-button type="primary" @click="openTr069FileForm" plain |
|
|
|
<el-button |
|
|
|
|
|
|
|
type="primary" |
|
|
|
|
|
|
|
v-hasPerm="['tr069:index:import']" |
|
|
|
|
|
|
|
@click="openTr069FileForm" |
|
|
|
|
|
|
|
plain |
|
|
|
><i-ep-plus />导入TR069文件</el-button |
|
|
|
><i-ep-plus />导入TR069文件</el-button |
|
|
|
> |
|
|
|
> |
|
|
|
<el-button @click="loadTr069Page" plain><i-ep-refresh /></el-button> |
|
|
|
<el-button @click="loadTr069Page" plain |
|
|
|
<el-button type="danger" plain><i-ep-delete />删除</el-button> |
|
|
|
><i-ep-refresh />刷新</el-button |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<el-button type="danger" v-hasPerm="['tr069:index:delete']" plain |
|
|
|
|
|
|
|
><i-ep-delete />删除</el-button |
|
|
|
|
|
|
|
> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -62,6 +74,7 @@ |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
link |
|
|
|
link |
|
|
|
|
|
|
|
v-hasPerm="['tr069:index:device:type:ver:list']" |
|
|
|
@click="skipDevTypeSoftVerList(scope.row.tr069VerId)" |
|
|
|
@click="skipDevTypeSoftVerList(scope.row.tr069VerId)" |
|
|
|
> |
|
|
|
> |
|
|
|
<el-icon size="15"><Link /></el-icon> |
|
|
|
<el-icon size="15"><Link /></el-icon> |
|
|
@ -76,6 +89,7 @@ |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
link |
|
|
|
link |
|
|
|
|
|
|
|
v-hasPerm="['tr069:index:service:list']" |
|
|
|
@click="skipService(scope.row.tr069VerId)" |
|
|
|
@click="skipService(scope.row.tr069VerId)" |
|
|
|
> |
|
|
|
> |
|
|
|
<el-icon size="15"><View /></el-icon> |
|
|
|
<el-icon size="15"><View /></el-icon> |
|
|
|