Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

故障联调 update 表格复选添加按钮名称更改,应用配置列表列位置大小更改



See merge request !236
... ... @@ -30,7 +30,7 @@
<div class="flex-div-start">
<el-button type="primary" @click="onReset()">重置</el-button>
<el-button type="primary" @click="onBtnSearch()" style="margin-left: 10px">查询</el-button>
<el-button type="primary" @click="saveAll()" style="margin-left: 10px">全部添加</el-button>
<el-button type="primary" @click="saveAll()" style="margin-left: 10px">添加</el-button>
</div>
</div>
... ...
... ... @@ -30,7 +30,7 @@
<div class="flex-div-start">
<el-button type="primary" @click="onReset()">重置</el-button>
<el-button type="primary" @click="onBtnSearch()" style="margin-left: 10px">查询</el-button>
<el-button type="primary" :disabled="isLoading" @click="saveAll()" style="margin-left: 10px">全部添加</el-button>
<el-button type="primary" :disabled="isLoading" @click="saveAll()" style="margin-left: 10px">添加</el-button>
</div>
</div>
</el-col>
... ...
... ... @@ -14,12 +14,6 @@ export default {
sortable: true,
align: 'center',
},*/
{
prop: 'url',
label: 'url',
sortable: true,
align: 'center',
},
/*{
prop: 'streamId',
label: '链路id',
... ... @@ -30,8 +24,15 @@ export default {
prop: 'streamName',
label: '链路名称',
sortable: true,
width:'260',
align: 'center',
}
},
{
prop: 'url',
label: 'url',
sortable: true,
align: 'center',
},
],
}
},
... ...