Commit ef432947 authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue

# Conflicts:
#	src/views/contingency/contingencyplan/index.vue
parents fdca3667 3e306343
......@@ -30,6 +30,12 @@
</el-select>
</div>
</el-col>
<el-col :span="12" class="search-col">
<div class="search-item">
<span class="search-span">名称:</span>
<el-input v-model="queryParams.yljhName"></el-input>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
......@@ -92,7 +98,8 @@
/* 查询参数*/
queryParams: {
year: '',
quarter:''
quarter:'',
yljhName: ''
},
/* 表格标题对应参数*/
tableTitle: [
......
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