优化:1、mtable、mlink、mservice、qtask 展示的排序最新展示到前面
2、其他修改
This commit is contained in:
@@ -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