Commit 3df3af10 authored by 晓彤's avatar 晓彤

提交服务配置查询功能

parent edfb6d23
......@@ -12,6 +12,7 @@
@clear="clearIsActive()">
<el-option v-for="item in avtiveOptions" :key="item.key" :label="item.label" :value="item.key" />
</el-select>
<el-input v-model="listQuery.hostName" placeholder="服务域名" clearable style="width: 200px;" class="filter-item" />
<el-button class="filter-item" type="primary" icon="el-icon-search" @click="getProjectList">搜索</el-button>
<el-button class="filter-item" style="margin-left: 10px;" type="primary" icon="el-icon-circle-plus"
v-permission="('docker:proconfig:add')" @click="handleCreate">新增</el-button>
......@@ -228,7 +229,8 @@ export default {
total: 0,
listQuery: {
pageNum: 1,
pageSize: 10
pageSize: 10,
hostName: ''
},
typeOptions: [],
avtiveOptions: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment