优化:1、mtable、mlink、mservice、qtask 展示的排序最新展示到前面
2、其他修改
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<row class="plat">
|
||||
<!-- head -->
|
||||
<div class="col-md-12" style="margin-bottom: 5px">
|
||||
<h3 v-text="cfg.title" class="pull-left"></h3>
|
||||
<button @click="edit({})" class="btn btn-primary pull-right" type="button"> 新增数据平台 </button>
|
||||
</div>
|
||||
|
||||
<div class="info">
|
||||
<a @click="showInfo()" href="javascript:;"><i class="icon icon-info"></i></a>
|
||||
@@ -30,18 +35,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- head -->
|
||||
<div class="col-md-11">
|
||||
<h3 v-text="cfg.title"></h3>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<div class="input-group pull-right" style="padding-top: 10px">
|
||||
<span class="input-group-btn">
|
||||
<button @click="edit({})" class="btn btn-primary" type="button"> 新增数据平台 </button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
@@ -149,7 +142,7 @@
|
||||
el: ".plat",
|
||||
data: {
|
||||
cfg: {
|
||||
title: "数据中心 管理",
|
||||
title: "数据源 管理",
|
||||
cols: [
|
||||
{col: "dbname", label: "数据平台名称"},
|
||||
{col: "url", label: "数据平台连接地址"},
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
<row class="plat">
|
||||
|
||||
<!-- head -->
|
||||
<div class="col-md-11">
|
||||
<h3 v-text="cfg.title"></h3>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<div class="input-group pull-right" style="padding-top: 10px">
|
||||
<span class="input-group-btn">
|
||||
<button @click="edit({})" class="btn btn-primary" type="button"> 新增业务平台 </button>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-12" style="margin-bottom: 5px">
|
||||
<h3 v-text="cfg.title" class="pull-left"></h3>
|
||||
<button @click="edit({})" class="btn btn-primary pull-right" type="button"> 新增业务平台 </button>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
@@ -82,7 +75,7 @@
|
||||
el: ".plat",
|
||||
data: {
|
||||
cfg: {
|
||||
title: "业务平台 管理",
|
||||
title: "应用平台 管理",
|
||||
cols: [
|
||||
{col: "platname", label: "业务名称"},
|
||||
{col: "plattoken", label: "Token"},
|
||||
|
||||
Reference in New Issue
Block a user